Skip to content

Commit

Permalink
tests: Update CI test.
Browse files Browse the repository at this point in the history
  • Loading branch information
iabdalkader committed Jul 10, 2024
1 parent 5876578 commit a319352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ 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:
Expand Down

0 comments on commit a319352

Please sign in to comment.