Commit ec671f4a authored by Jérome Perrin's avatar Jérome Perrin

testnode: increase timeout so that one node has enough time to run the full testsuite on its own

parent 2189d076
......@@ -33,7 +33,7 @@ import signal
import sys
import time
MAX_TIMEOUT = 36000
MAX_TIMEOUT = 72000
class SubprocessError(EnvironmentError):
def __init__(self, status_dict):
......
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