Commit 95222742 authored by Guido van Rossum's avatar Guido van Rossum

Increase the child's sleep time to 5 for slow machines.

parent e6fcd331
......@@ -127,7 +127,7 @@ try:
else:
try:
# child is client
time.sleep(1)
time.sleep(5)
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
if verbose:
print 'child connecting'
......
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