[Checkins] SVN: zc.buildout/branches/gary-1-minor-cleanup/src/zc/buildout/buildout.txt make foo go away more reliably on my machine by increasing the timeout.

Gary Poster gary.poster at canonical.com
Thu Sep 24 15:37:07 EDT 2009


Log message for revision 104509:
  make foo go away more reliably on my machine by increasing the timeout.

Changed:
  U   zc.buildout/branches/gary-1-minor-cleanup/src/zc/buildout/buildout.txt

-=-
Modified: zc.buildout/branches/gary-1-minor-cleanup/src/zc/buildout/buildout.txt
===================================================================
--- zc.buildout/branches/gary-1-minor-cleanup/src/zc/buildout/buildout.txt	2009-09-24 19:07:37 UTC (rev 104508)
+++ zc.buildout/branches/gary-1-minor-cleanup/src/zc/buildout/buildout.txt	2009-09-24 19:37:07 UTC (rev 104509)
@@ -575,7 +575,8 @@
 
 .. Wait for the file to really disappear. My linux is weird.
 
-    >>> wait_until("foo goes away", lambda : not os.path.exists('foo'))
+    >>> wait_until("foo goes away", lambda : not os.path.exists('foo'),
+    ...            timeout=100)
 
 we get the same error, but we don't get the directory left behind:
 



More information about the checkins mailing list