mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-11-05 05:40:14 +00:00
Updated link test
This commit is contained in:
parent
68cd79768b
commit
e4a82d5358
@ -95,7 +95,7 @@ class TestLink(unittest.TestCase):
|
||||
print("Checking receipts...", end=" ")
|
||||
|
||||
all_ok = False
|
||||
receipt_timeout = time.time() + 10
|
||||
receipt_timeout = time.time() + 30
|
||||
while not all_ok and time.time() < receipt_timeout:
|
||||
for r in receipts:
|
||||
all_ok = True
|
||||
|
Loading…
Reference in New Issue
Block a user