Skip to content

Commit

Permalink
Extend sleep time
Browse files Browse the repository at this point in the history
This should fix the test on Windows

[ci skip]
  • Loading branch information
BrainStone committed Sep 20, 2024
1 parent 470f5f7 commit 5b790fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public void complexTest() throws InterruptedException {
filterHelper.assertException(FILTER, "test1");
filterHelper.assertException(FILTER, "test2");

TimeUnit.SECONDS.sleep(1);
TimeUnit.SECONDS.sleep(2);

filterHelper.assertNoException(FILTER, "test1");
filterHelper.assertNoException(FILTER, "test2");
Expand Down

0 comments on commit 5b790fc

Please sign in to comment.