We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbfc47f commit 63fe8d6Copy full SHA for 63fe8d6
httpcore5/src/test/java/org/apache/hc/core5/concurrent/DefaultThreadFactoryTest.java
@@ -42,7 +42,7 @@ void newThread() throws Exception {
42
final Thread thread = defaultThreadFactory.newThread(lockHeld::countDown);
43
Assertions.assertNotNull(thread);
44
thread.start();
45
- Assertions.assertTrue(lockHeld.await(100, TimeUnit.MILLISECONDS));
+ Assertions.assertTrue(lockHeld.await(15, TimeUnit.SECONDS));
46
}
47
48
0 commit comments