Increase max latency for LowLatencySingleClog test
This commit is contained in:
parent
6836e49073
commit
1dc9839e49
|
@ -9,12 +9,14 @@ connectionFailuresDisableDuration = 100000
|
|||
[[test.workload]]
|
||||
testName = 'Cycle'
|
||||
transactionsPerSecond = 1000.0
|
||||
testDuration = 30.0
|
||||
testDuration = 60.0
|
||||
expectedRate = 0
|
||||
|
||||
[[test.workload]]
|
||||
testName = 'LowLatency'
|
||||
testDuration = 30.0
|
||||
maxGRVLatency = 40.0
|
||||
maxCommitLatency = 40.0
|
||||
testDuration = 60.0
|
||||
|
||||
[[test.workload]]
|
||||
testName = 'ClogSingleConnection'
|
||||
|
|
Loading…
Reference in New Issue