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