[py-svn] r37595 - py/dist/py/test/terminal

hpk at codespeak.net hpk at codespeak.net
Tue Jan 30 14:38:50 CET 2007


Author: hpk
Date: Tue Jan 30 14:38:49 2007
New Revision: 37595

Modified:
   py/dist/py/test/terminal/remote.py
Log:
waiting longer for re-checking on modified files


Modified: py/dist/py/test/terminal/remote.py
==============================================================================
--- py/dist/py/test/terminal/remote.py	(original)
+++ py/dist/py/test/terminal/remote.py	Tue Jan 30 14:38:49 2007
@@ -135,7 +135,7 @@
     while 1:
         if 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 = failure_master(config.option.executable, out, args, failures)
         if not config.option.looponfailing: 



More information about the pytest-commit mailing list