From e590c914a635debc8f54939a264786ef225d16b7 Mon Sep 17 00:00:00 2001 From: Jacob Hurwitz Date: Wed, 2 Jan 2013 16:58:33 -0500 Subject: [PATCH] Also change the comment to read 300 ms (imported from commit e039dca675affa275247280a33bd414705bd44c0) --- zephyr/tests/frontend/tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);