mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-17 20:50:44 +00:00
CE-775 Add some sleep to help timeout test
This commit is contained in:
@ -893,6 +893,11 @@ class BaseAPIActionUtilTest extends BaseTest
|
||||
LOG.info("Exception in simple http server", e);
|
||||
}
|
||||
});
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// give time for the thread w/ the listening socket to start before returning control to the thread that's going to try to connect to it //
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
SleepUtils.sleep(100, TimeUnit.MILLISECONDS);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user