SOLR-9959 Increase the timeout to allow searcher to register metrics.

This commit is contained in:
Andrzej Bialecki 2017-04-12 10:40:58 +02:00
parent 7fde878ae4
commit 3ba4e73a90
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ public class StatsReloadRaceTest extends SolrTestCaseJ4 {
assertTrue(metrics.get(key) instanceof Long);
break;
} else {
Thread.sleep(500);
Thread.sleep(1000);
}
}
assertTrue("Key " + key + " not found in registry " + registry, found);