FastRestoreAtomicRestoreTest:Increase timeout from 2100 to 36000
This commit is contained in:
parent
1b7a0d9b1d
commit
a8bd628216
|
@ -118,7 +118,7 @@ struct StagingKey {
|
||||||
// Precompute the final value of the key.
|
// 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.
|
// 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) {
|
void precomputeResult(const char* context, UID applierID, int batchIndex) {
|
||||||
TraceEvent(SevDebug, "FastRestoreApplierPrecomputeResult", applierID)
|
TraceEvent(SevFRMutationInfo, "FastRestoreApplierPrecomputeResult", applierID)
|
||||||
.detail("BatchIndex", batchIndex)
|
.detail("BatchIndex", batchIndex)
|
||||||
.detail("Context", context)
|
.detail("Context", context)
|
||||||
.detail("Version", version.toString())
|
.detail("Version", version.toString())
|
||||||
|
|
|
@ -19,7 +19,7 @@ numClears=100
|
||||||
numClearRanges=10
|
numClearRanges=10
|
||||||
maxTransactionBytes=500000
|
maxTransactionBytes=500000
|
||||||
randomTestDuration=60
|
randomTestDuration=60
|
||||||
timeout=2100
|
timeout=360000
|
||||||
|
|
||||||
testName=AtomicRestore
|
testName=AtomicRestore
|
||||||
startAfter=10.0
|
startAfter=10.0
|
||||||
|
|
Loading…
Reference in New Issue