[svn r37698] waiting even a bit longer for loop-on-failing

--HG--
branch : trunk
This commit is contained in:
hpk 2007-01-31 23:20:33 +01:00
parent f915de1992
commit dbb88cdb75
1 changed files with 1 additions and 1 deletions

View File

@ -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: