Skip to content

Commit

Permalink
Merge pull request #5766 from thc202/pscanrules/poly-time
Browse files Browse the repository at this point in the history
pscanrules: increase allowed time in a test
  • Loading branch information
kingthorin authored Sep 26, 2024
2 parents cc57e0b + 47c0215 commit c9cb2c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,6 @@ void shouldRunQuickly() throws Exception {
long end = System.currentTimeMillis();

assertThat(alertsRaised.size(), equalTo(0));
assertThat(end - start, lessThan(200L));
assertThat(end - start, lessThan(275L));
}
}

0 comments on commit c9cb2c6

Please sign in to comment.