Skip to content

Commit

Permalink
Increase EventLoopMonitorThreadTests timeout.
Browse files Browse the repository at this point in the history
EventLoopMonitorThreadTests random fails on github with timeout after
2s.
  • Loading branch information
EcljpseB0T authored and jukzi committed May 8, 2023
1 parent a7552b8 commit 88b7a42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
*/
public class EventLoopMonitorThreadTests {
/* NOTE: All time-related values in this class are in milliseconds. */
private static final long MAX_TIMEOUT_MS = 1 * 1000; // 1 second
private static final long MAX_TIMEOUT_MS = 3 * 1000; // 3 seconds
private static final int FREEZE_THRESHOLD_MS = 100;
private static final int SAMPLE_INTERVAL_MS = FREEZE_THRESHOLD_MS * 2 / 3;
public static final int FORCE_DEADLOCK_LOG_TIME_MS = 10 * 60 * 1000; // == 10 minutes
Expand Down

0 comments on commit 88b7a42

Please sign in to comment.