From e4a82d5358230d3890a4810f40d0fafb845ea85f Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Thu, 9 Jun 2022 21:49:13 +0200 Subject: [PATCH] Updated link test --- tests/link.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/link.py b/tests/link.py index 4cfacdc..5581e19 100644 --- a/tests/link.py +++ b/tests/link.py @@ -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