[Checkins] SVN: zdaemon/branches/py3/src/zdaemon/tests/testzdrun.py Decrease test timeout back to 1 minute (it was 1h40m).

Marius Gedminas cvs-admin at zope.org
Thu Feb 14 11:15:37 UTC 2013


Log message for revision 129392:
  Decrease test timeout back to 1 minute (it was 1h40m).
  
  It was silently increased in http://zope3.pov.lt/trac/changeset/71081
  with no justification or comment change, so I must assume it was an
  accident.

Changed:
  U   zdaemon/branches/py3/src/zdaemon/tests/testzdrun.py

-=-
Modified: zdaemon/branches/py3/src/zdaemon/tests/testzdrun.py
===================================================================
--- zdaemon/branches/py3/src/zdaemon/tests/testzdrun.py	2013-02-14 11:15:32 UTC (rev 129391)
+++ zdaemon/branches/py3/src/zdaemon/tests/testzdrun.py	2013-02-14 11:15:36 UTC (rev 129392)
@@ -222,7 +222,7 @@
                      )
                 )
             # Wait for it to start, but no longer than a minute.
-            deadline = time.time() + 6000
+            deadline = time.time() + 60
             is_started = False
             while time.time() < deadline:
                  response = send_action('status\n', zdrun_socket)



More information about the checkins mailing list