diff --git a/tests/ci.py b/tests/ci.py index 40ca1eb..0bb1638 100644 --- a/tests/ci.py +++ b/tests/ci.py @@ -22,10 +22,10 @@ def on_value_changed(client, value): sys.exit(0) -def wdt_task(client, ts=[None]): +def wdt_task(client, args, ts=[None]): if ts[0] is None: ts[0] = time.time() - if time.time() - ts[0] > 5: + if time.time() - ts[0] > 10: loop = asyncio.get_event_loop() loop.set_exception_handler(exception_handler) logging.error("Timeout waiting for variable")