Increase the timeout for this test.

This commit is contained in:
Andrzej Bialecki 2017-08-23 17:11:36 +02:00
parent eaee0c006f
commit 1a1286b54b
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ public class SystemLogListenerTest extends SolrCloudTestCase {
}
cluster.stopJettySolrRunner(nonOverseerLeaderIndex);
cluster.waitForAllNodes(30);
assertTrue("Trigger was not fired even after 5 seconds", triggerFiredLatch.await(5, TimeUnit.SECONDS));
assertTrue("Trigger was not fired ", triggerFiredLatch.await(30, TimeUnit.SECONDS));
assertTrue(fired.get());
Map context = actionContextPropsRef.get();
assertNotNull(context);