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:
|
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'
|
||||||
|
|
Loading…
Reference in New Issue