Updated link test

This commit is contained in:
Mark Qvist 2022-06-09 21:49:13 +02:00
parent 68cd79768b
commit e4a82d5358
1 changed files with 1 additions and 1 deletions

View File

@ -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