Skip to content

Commit 93a1ed9

Browse files
committed
tests/ci.py: Increase test timeout.
Signed-off-by: iabdalkader <[email protected]>
1 parent 5791f0f commit 93a1ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ci.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def on_value_changed(client, value):
2525
def wdt_task(client, args, ts=[None]):
2626
if ts[0] is None:
2727
ts[0] = time.time()
28-
if time.time() - ts[0] > 10:
28+
if time.time() - ts[0] > 20:
2929
loop = asyncio.get_event_loop()
3030
loop.set_exception_handler(exception_handler)
3131
logging.error("Timeout waiting for variable")

0 commit comments

Comments
 (0)