Skip to content

Commit

Permalink
Increase sleep after shutdown timeout
Browse files Browse the repository at this point in the history
This timeout caused tests to be unreliable an inconsistent.

JIRA: LIGHTY-299
Signed-off-by: tobias.pobocik <[email protected]>
  • Loading branch information
Tobianas authored and ihrasko committed May 22, 2024
1 parent 0b4b06e commit 70346b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
public class LightyModuleTest {
private static long MAX_INIT_TIMEOUT = 15000L;
private static long MAX_SHUTDOWN_TIMEOUT = 15000L;
private static long SLEEP_AFTER_SHUTDOWN_TIMEOUT = 200L;
private static long SLEEP_AFTER_SHUTDOWN_TIMEOUT = 800L;
private ExecutorService executorService;
private LightyModule moduleUnderTest;

Expand Down

0 comments on commit 70346b0

Please sign in to comment.