diff --git a/dom/tests/mochitest/beacon/test_beaconRedirect.html b/dom/tests/mochitest/beacon/test_beaconRedirect.html index ce7e7a6c7e3f..67cfe2d80e4a 100644 --- a/dom/tests/mochitest/beacon/test_beaconRedirect.html +++ b/dom/tests/mochitest/beacon/test_beaconRedirect.html @@ -47,8 +47,8 @@ function runTest() { navigator.sendBeacon(BEACON_URL, data); // we have to make sure the channel did follow the redirect hence - // we have to wait for 2 seconds before we can query the result. - intervalID = setInterval(queryIfRedirectSucceeded, 2000); + // we have to wait for 4 seconds before we can query the result. + intervalID = setInterval(queryIfRedirectSucceeded, 4000); }