Bug 1023341 - Fix test_networkstats_alarm.html. r=gene

This commit is contained in:
John Shih 2014-06-26 16:51:45 +08:00
parent a70be663ed
commit 2fb183db40
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ skip-if = toolkit == "gonk"
[test_tcpsocket_enabled_with_perm.html]
skip-if = toolkit == "gonk" || e10s
[test_networkstats_alarms.html]
skip-if = toolkit != "gonk" || true # Intermittent failures (bug 1023341)
skip-if = toolkit != "gonk"
[test_networkstats_basics.html]
skip-if = toolkit != "gonk" || (buildapp == 'b2g' && (toolkit != 'gonk' || debug)) # b2g-debug(Will be fixed in bug 858005) b2g-desktop(Will be fixed in bug 858005)
[test_networkstats_disabled.html]

View File

@ -92,7 +92,7 @@ var steps = [
ok(true, "Calling addAlarm()");
req = navigator.mozNetworkStats
.addAlarm(new window.MozNetworkStatsInterface(wifi), 1000000);
.addAlarm(new window.MozNetworkStatsInterface(wifi), 100000000);
req.onsuccess = function () {
ok(true, "Succeeded to add alarm. AlarmId: " + req.result);