added timer of less then 10 seconds
This commit is contained in:
parent
d24bf4b8af
commit
16ded2c558
|
@ -30,8 +30,6 @@ def createAddressIfNeeded(label_text, streamNumberForAddress=1):
|
|||
defaults.networkDefaultPayloadLengthExtraBytes
|
||||
))
|
||||
start_time = time.time()
|
||||
while state.shutdown == 0 and not checkHasNormalAddress():
|
||||
while int(time.time() - start_time) < 10 and state.shutdown == 0 and not checkHasNormalAddress():
|
||||
time.sleep(.2)
|
||||
if int(time.time() - start_time) > 8:
|
||||
break
|
||||
return checkHasNormalAddress()
|
||||
|
|
Loading…
Reference in New Issue
Block a user