Skip to content

Commit

Permalink
Increase testManyFunctionsWithSameWindow timeout
Browse files Browse the repository at this point in the history
The previous timeout was not sufficient for the test not to be flaky on
CI.
  • Loading branch information
findepi committed May 8, 2024
1 parent abea985 commit d3e43b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public void teardown()
}

@Test
@Timeout(5)
@Timeout(10)
public void testManyFunctionsWithSameWindow()
{
assertThat(assertions.query("""
Expand Down

0 comments on commit d3e43b3

Please sign in to comment.