[svn r37596] bah, waiting longer also in py-trunk
--HG-- branch : trunk
This commit is contained in:
parent
45868fe506
commit
1f0835df15
|
@ -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(0.4)
|
||||
py.std.time.sleep(2.4)
|
||||
wasfailing = len(failures)
|
||||
failures = self.run_remote_session(failures)
|
||||
if not self.config.option.looponfailing:
|
||||
|
|
Loading…
Reference in New Issue