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

This commit is contained in:
Guido van Rossum 1997-05-16 13:40:41 +00:00
parent e6fcd33179
commit 9522274205
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ try:
else: else:
try: try:
# child is client # child is client
time.sleep(1) time.sleep(5)
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
if verbose: if verbose:
print 'child connecting' print 'child connecting'