tests: raise timeout for test beasting worst case

This commit is contained in:
markrmiller 2017-02-19 14:19:15 -05:00
parent b30b6c58f7
commit 80978d0574
1 changed files with 1 additions and 1 deletions

View File

@ -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());