From 8f50c530c81d20bd01b6ef65622cab8b51be7636 Mon Sep 17 00:00:00 2001 From: Jose Date: Fri, 5 Dec 2014 11:50:45 +0100 Subject: IceStorm & TestUtil scripts timeout fixes --- scripts/TestUtil.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/TestUtil.py') diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py index 62bdce5fb15..5665dc9c066 100755 --- a/scripts/TestUtil.py +++ b/scripts/TestUtil.py @@ -1241,7 +1241,7 @@ def spawnClient(cmd, env=None, cwd=None, echo=True, startReader=True, lang=None) client.trace() return client -def spawnServer(cmd, env=None, cwd=None, count=1, adapter=None, echo=True, lang=None, mx=False, timeout=20): +def spawnServer(cmd, env=None, cwd=None, count=1, adapter=None, echo=True, lang=None, mx=False, timeout=60): server = _spawn(cmd, env, cwd, lang=lang) # Count + 1 if IceMX enabled @@ -1638,7 +1638,7 @@ def startClient(exe, args = "", config=None, env=None, echo = True, startReader phpSetup(clientConfig, iceOptions, iceProfile) return spawnClient(cmd, env = env, echo = echo, startReader = startReader, lang=config.lang) -def startServer(exe, args = "", config = None, env = None, adapter = None, count = 1, echo = True, timeout = 20): +def startServer(exe, args = "", config = None, env = None, adapter = None, count = 1, echo = True, timeout = 60): if config is None: config = DriverConfig("server") if env is None: -- cgit v1.2.3