mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-13 22:29:26 +03:00
monkey_driver: Fix sleep-ms
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
This commit is contained in:
parent
1866f3a3d1
commit
84a9c5accf
@ -321,7 +321,7 @@ def run_test_step_action_sleep_ms(ctx, step):
|
||||
start = repeat["start"]
|
||||
have_repeat = True
|
||||
else:
|
||||
sleep = time / 1000
|
||||
sleep = sleep_time / 1000
|
||||
start = time.time()
|
||||
|
||||
while True:
|
||||
|
Loading…
Reference in New Issue
Block a user