Increase the child's sleep time to 5 for slow machines.
This commit is contained in:
parent
e6fcd33179
commit
9522274205
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue