Weaken ConfigIncrement.toml test
This test is not yet stable, so simplify the test in order to make debugging easier.
This commit is contained in:
parent
a5b916cd8d
commit
c126e6239b
|
@ -6,7 +6,7 @@ testTitle = 'ConfigIncrement'
|
||||||
|
|
||||||
[[test.workload]]
|
[[test.workload]]
|
||||||
testName = 'ConfigIncrement'
|
testName = 'ConfigIncrement'
|
||||||
incrementActors = 5
|
incrementActors = 1
|
||||||
incrementsPerActor = 10
|
incrementsPerActor = 5
|
||||||
meanSleepWithinTransactions = 0.00
|
meanSleepWithinTransactions = 0.01
|
||||||
meanSleepBetweenTransactions = 0.1
|
meanSleepBetweenTransactions = 0.1
|
||||||
|
|
Loading…
Reference in New Issue