Skip to content

Commit

Permalink
Set longer delay for dev mode tests on Linux
Browse files Browse the repository at this point in the history
The test works on Windows with the longer delay so maybe that is it.
  • Loading branch information
gsmet committed Nov 29, 2023
1 parent cce888f commit ee57b16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

final class TestUtils {

private static final long DEFAULT_TIMEOUT = OS.current() == OS.WINDOWS ? 3L : 1L;
private static final long DEFAULT_TIMEOUT = OS.current() == OS.WINDOWS ? 3L : 2L;

private TestUtils() {
}
Expand Down

0 comments on commit ee57b16

Please sign in to comment.