Skip to content

Commit

Permalink
#402: Decided to remove the Timeout annotation from the performance t…
Browse files Browse the repository at this point in the history
…est.

This does not stop the test after 500ms, which I expected, but checks if
the runtime does not exceed this number.
  • Loading branch information
mvanaken committed Nov 10, 2023
1 parent 4203c8f commit 8aed1b8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ public int cachingHashCode() {
}

@Test
@Timeout(value=500, unit = TimeUnit.MILLISECONDS)
void performanceTest() {
// This test would take way too much time without hash caching.
final int dataBlockCount = 32;
Expand Down

0 comments on commit 8aed1b8

Please sign in to comment.