mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-06-10 23:13:30 -07:00
Updated link test
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user