From dbb88cdb751b9d255b6bebb5e95f73cd0ba19fbf Mon Sep 17 00:00:00 2001 From: hpk Date: Wed, 31 Jan 2007 23:20:33 +0100 Subject: [PATCH] [svn r37698] waiting even a bit longer for loop-on-failing --HG-- branch : trunk --- py/test/terminal/remote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/test/terminal/remote.py b/py/test/terminal/remote.py index 2df25c35b..9bf52414f 100644 --- a/py/test/terminal/remote.py +++ b/py/test/terminal/remote.py @@ -76,7 +76,7 @@ class RemoteTerminalSession(Session): while 1: if self.config.option.looponfailing and (failures or not wasfailing): while not checkpyfilechange(rootdir): - py.std.time.sleep(2.4) + py.std.time.sleep(4.4) wasfailing = len(failures) failures = self.run_remote_session(failures) if not self.config.option.looponfailing: