Commit 29ee8816 authored by Sebastien Robin's avatar Sebastien Robin Committed by Klaus Wölfel

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

parent a6854690
......@@ -34,7 +34,7 @@ import signal
import sys
import time
MAX_TIMEOUT = 36000
MAX_TIMEOUT = 3600 * 4
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