Bug 1091934, increase EventSource tests stress factor, r=wellington

This commit is contained in:
Olli Pettay 2014-11-30 17:51:33 -08:00
parent d8e705ef5e
commit 6bd9e548c4
2 changed files with 2 additions and 2 deletions

View File

@ -373,7 +373,7 @@ skip-if = (buildapp == 'b2g' && toolkit != 'gonk') #Bug 931116, b2g desktop spec
[test_bug338583.html]
# b2g(https not working, bug 907770) b2g-debug(https not working, bug 907770) b2g-desktop(43 total - bug 901343, specialpowers.wrap issue createsystemxhr)
# e10s - bug 970589, bug 1091934
skip-if = buildapp == 'b2g' || toolkit == 'android' || (os == 'linux' && debug && e10s)
skip-if = buildapp == 'b2g' || toolkit == 'android'
[test_bug338679.html]
[test_bug339494.html]
[test_bug339494.xhtml]

View File

@ -644,7 +644,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=338583
setTimeout(f, 10 + 10*f.i);
} else {
stress_factor = ((new Date()).getTime()-begin_time)*1/589;
stress_factor *= 1.10; // also, a margin of 10%
stress_factor *= 1.50; // also, a margin of 50%
runAllTests();
}