Skip to content

Commit

Permalink
Merge pull request #1242 from fl4via/UNDERTOW-1959
Browse files Browse the repository at this point in the history
[UNDERTOW-1959] Last attempt to increase the timeout for DefaultServl…
  • Loading branch information
fl4via committed Sep 10, 2021
2 parents 6e3c609 + 8e49c0a commit a4334d7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
public class DefaultServletCachingListenerTestCase {

private static final int MAX_FILE_SIZE = 20;
private static final int MAX_WAIT_TIME = 30000;
private static final int WAIT_TIME = 1000;
private static final int MAX_WAIT_TIME = 300000;
private static final int WAIT_TIME = 10000;
public static final String DIR_NAME = "cacheTest";

private static Path tmpDir;
Expand Down

0 comments on commit a4334d7

Please sign in to comment.