Commit ae7ba644 authored by Benjamin Blanc's avatar Benjamin Blanc

tests: ERP5_scalability: ajust user number

parent 9a1accb1
...@@ -137,7 +137,7 @@ class ERP5_scalability(_ERP5): ...@@ -137,7 +137,7 @@ class ERP5_scalability(_ERP5):
return 'erp5/util/benchmark/examples/scalabilityUsers' return 'erp5/util/benchmark/examples/scalabilityUsers'
def getUserNumber(self, test_number): def getUserNumber(self, test_number):
return [45, 90, 120, 180, 300][test_number] return [45, 90, 120, 180, 220][test_number]
# Test duration in seconds # Test duration in seconds
def getTestDuration(self, test_number): 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