mirror of https://github.com/apache/druid.git
increase timeout for slow machines and provide more descriptive error message
This commit is contained in:
parent
285b515777
commit
76732c25f8
|
@ -309,7 +309,7 @@ public class ServerManagerTest
|
|||
)
|
||||
);
|
||||
|
||||
queryNotifyLatch.await(25, TimeUnit.MILLISECONDS);
|
||||
Assert.assertTrue("Operation must complete within 100ms", queryNotifyLatch.await(100, TimeUnit.MILLISECONDS));
|
||||
|
||||
Assert.assertEquals(1, factory.getSegmentReferences().size());
|
||||
|
||||
|
|
Loading…
Reference in New Issue