mirror of https://github.com/apache/lucene.git
tests: raise timeout for test beasting worst case
This commit is contained in:
parent
b30b6c58f7
commit
80978d0574
|
@ -41,7 +41,7 @@ import static org.apache.solr.update.processor.DistributingUpdateProcessorFactor
|
|||
// DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:1016)
|
||||
// and the like in a "real" failure. If we have false=fails we should probably bump this timeout.
|
||||
// See SOLR-7836
|
||||
@TimeoutSuite(millis = 5 * TimeUnits.MINUTE)
|
||||
@TimeoutSuite(millis = 7 * TimeUnits.MINUTE)
|
||||
@Nightly
|
||||
public class TestReloadDeadlock extends TestRTGBase {
|
||||
private static final Logger log = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());
|
||||
|
|
Loading…
Reference in New Issue