mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-28 20:47:49 +01:00
Fixie for HashSetDelayedBlockingQueueTest
This commit is contained in:
@@ -45,7 +45,7 @@ public class HashSetDelayedBlockingQueueTest {
|
||||
queue.add("hello!");
|
||||
Assertions.assertEquals("hello!", queue.get());
|
||||
var gotTime = System.currentTimeMillis();
|
||||
Assertions.assertTrue((gotTime - curTime) <= 10);
|
||||
Assertions.assertTrue((gotTime - curTime) <= 50);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user