Skip to content

Commit

Permalink
tweak orthogonal random failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane Maldini authored and smaldini committed Feb 27, 2018
1 parent d487c3c commit 25b51f9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -174,7 +174,7 @@ public void fixedPoolTwoAcquire()

assertThat(end - start)
.as("channel4 acquire blocked until channel1 released")
.isGreaterThan(500);
.isGreaterThanOrEqualTo(500);

pool.release(channel3).get();
pool.release(channel4).get();
Expand Down

0 comments on commit 25b51f9

Please sign in to comment.