mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1023341 - Fix test_networkstats_alarm.html. r=gene
This commit is contained in:
parent
a70be663ed
commit
2fb183db40
@ -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]
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user