diff --git a/zephyr/tests/frontend/tests.js b/zephyr/tests/frontend/tests.js index ccb2334f82..017f747ea6 100644 --- a/zephyr/tests/frontend/tests.js +++ b/zephyr/tests/frontend/tests.js @@ -73,7 +73,7 @@ function wait_and_send(type, params) { function wait_for_receive(step) { // Wait until the last send or get_updates result was more than 100 ms ago. casper.waitFor(function () { - return (timestamp() - last_send_or_update) > 100; + return (timestamp() - last_send_or_update) > 300; }, step); }