Increase max latency for LowLatencySingleClog test

This commit is contained in:
sfc-gh-tclinkenbeard 2021-07-19 22:34:27 -07:00
parent 6836e49073
commit 1dc9839e49
1 changed files with 4 additions and 2 deletions

View File

@ -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'