Commit cf78bad6 authored by Benjamin Blanc's avatar Benjamin Blanc

testnode: ScalabilityTestRunner: increase instance maximal waiting time

parent 59fd16e5
...@@ -46,10 +46,10 @@ from erp5.util import taskdistribution ...@@ -46,10 +46,10 @@ from erp5.util import taskdistribution
# for dummy slapos answer # for dummy slapos answer
import signal import signal
# max time to instance changing state: 1 hour # max time to instance changing state: 2 hour
MAX_INSTANCE_TIME = 60*60 MAX_INSTANCE_TIME = 60*60*2
# max time to register instance to slapOSMaster: 5 minutes # max time to register instance to slapOSMaster: 5 minutes
MAX_CREATION_INSTANCE_TIME = 60*5 MAX_CREATION_INSTANCE_TIME = 60*10
class ScalabilityTestRunner(): class ScalabilityTestRunner():
def __init__(self, testnode): def __init__(self, testnode):
......
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