Skip to content

Commit

Permalink
Increase test timeout, windows CI sometimes fails
Browse files Browse the repository at this point in the history
  • Loading branch information
Tisawesomeness committed Sep 15, 2023
1 parent d810ba5 commit 3aa8fce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

public class DiceCombinationTest {

private static final Duration TIMEOUT = Duration.ofMillis(100);
private static final Duration TIMEOUT = Duration.ofMillis(250);

@Test
public void testFrom() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class DiceGroupTest {
private static final long OVER_LARGE_DICE = 119_537_721L;
private static final long OVER_LARGE_FACES = 77_158_673_929L;

private static final Duration TIMEOUT = Duration.ofMillis(100);
private static final Duration TIMEOUT = Duration.ofMillis(250);

@Test
public void testFrom() {
Expand Down

0 comments on commit 3aa8fce

Please sign in to comment.