Commit 5600cdb2 authored by Jim Fulton's avatar Jim Fulton

Got rid of lame wait code since this is handled by the setup code.

parent 687df1f7
......@@ -139,14 +139,6 @@ Cleanup:
>>> db1.close()
>>> db2.close()
>>> ZEO.tests.forker.shutdown_zeo_server(adminaddr0)
>>> ZEO.tests.forker.shutdown_zeo_server(adminaddr1)
>>> ZEO.tests.forker.shutdown_zeo_server(adminaddr2)
Wait for processed to stop on windows, since we can't remove the test
dir until they do. :(
>>> import sys
>>> if sys.platform == 'win32':
... import time
... time.sleep(10)
>>> ZEO.tests.forker.shutdown_zeo_server(adminaddr1)
>>> ZEO.tests.forker.shutdown_zeo_server(adminaddr0)
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