mirror of https://github.com/apache/lucene.git
SOLR-9959 Increase the timeout to allow searcher to register metrics.
This commit is contained in:
parent
7fde878ae4
commit
3ba4e73a90
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue