Commit 3367c4fa authored by Benjamin Blanc's avatar Benjamin Blanc

tests: ERP5_scalability: modify user number

parent 200c565d
......@@ -137,7 +137,7 @@ class ERP5_scalability(_ERP5):
return 'erp5/util/benchmark/examples/scalabilityUsers'
def getUserNumber(self, test_number):
return [45, 195, 240, 330, 330][test_number]
return [45, 90, 120, 180, 300][test_number]
# Test duration in seconds
def getTestDuration(self, test_number):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment