Commit 488887a1 authored by Gary Poster's avatar Gary Poster

make foo go away more reliably on my machine by increasing the timeout.

parent b478721f
...@@ -575,7 +575,8 @@ When we rerun the buildout: ...@@ -575,7 +575,8 @@ When we rerun the buildout:
.. Wait for the file to really disappear. My linux is weird. .. 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: we get the same error, but we don't get the directory left behind:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment