Commit c99fb916 authored by Sebastien Robin's avatar Sebastien Robin

erp5testnode: make the timeout shorter to avoid long wait time doing nothing

parent 2baf3b1e
...@@ -34,7 +34,7 @@ import signal ...@@ -34,7 +34,7 @@ import signal
import sys import sys
import time import time
MAX_TIMEOUT = 36000 MAX_TIMEOUT = 3600 * 4
class SubprocessError(EnvironmentError): class SubprocessError(EnvironmentError):
def __init__(self, status_dict): 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