FastRestoreAtomicRestoreTest:Increase timeout from 2100 to 36000

This commit is contained in:
Meng Xu 2020-08-26 09:48:52 -07:00
parent 1b7a0d9b1d
commit a8bd628216
2 changed files with 2 additions and 2 deletions

View File

@ -118,7 +118,7 @@ struct StagingKey {
// Precompute the final value of the key.
// TODO: Look at the last LogMessageVersion, if it set or clear, we can ignore the rest of versions.
void precomputeResult(const char* context, UID applierID, int batchIndex) {
TraceEvent(SevDebug, "FastRestoreApplierPrecomputeResult", applierID)
TraceEvent(SevFRMutationInfo, "FastRestoreApplierPrecomputeResult", applierID)
.detail("BatchIndex", batchIndex)
.detail("Context", context)
.detail("Version", version.toString())

View File

@ -19,7 +19,7 @@ numClears=100
numClearRanges=10
maxTransactionBytes=500000
randomTestDuration=60
timeout=2100
timeout=360000
testName=AtomicRestore
startAfter=10.0