mirror of https://github.com/apache/druid.git
remove another wait
This commit is contained in:
parent
313d81ca2f
commit
0d275c7a53
|
@ -276,7 +276,7 @@ public class ServerManagerTest
|
|||
)
|
||||
);
|
||||
|
||||
queryNotifyLatch.await(25, TimeUnit.MILLISECONDS);
|
||||
queryNotifyLatch.await();
|
||||
|
||||
Assert.assertEquals(1, factory.getSegmentReferences().size());
|
||||
|
||||
|
|
Loading…
Reference in New Issue