We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5791f0f commit 93a1ed9Copy full SHA for 93a1ed9
tests/ci.py
@@ -25,7 +25,7 @@ def on_value_changed(client, value):
25
def wdt_task(client, args, ts=[None]):
26
if ts[0] is None:
27
ts[0] = time.time()
28
- if time.time() - ts[0] > 10:
+ if time.time() - ts[0] > 20:
29
loop = asyncio.get_event_loop()
30
loop.set_exception_handler(exception_handler)
31
logging.error("Timeout waiting for variable")
0 commit comments