author | Panos Astithas <past@mozilla.com> |
Wed, 12 Mar 2014 18:34:38 +0200 | |
changeset 191501 | d0863e8202df54f16801c677ac9ab11eda13a536 |
parent 191500 | 3a186598d35ec680f2f79634cece42ee6f607d82 |
child 191502 | 69fb6e09e4c64c13e0fef0a0f079089a48f046cc |
push id | 474 |
push user | asasaki@mozilla.com |
push date | Mon, 02 Jun 2014 21:01:02 +0000 |
treeherder | mozilla-release@967f4cf1b31c [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | me |
bugs | 918507 |
milestone | 30.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
browser/devtools/debugger/test/browser_dbg_chrome-create.js | file | annotate | diff | comparison | revisions |
--- a/browser/devtools/debugger/test/browser_dbg_chrome-create.js +++ b/browser/devtools/debugger/test/browser_dbg_chrome-create.js @@ -6,18 +6,18 @@ */ // Enable logging for this test, bug 860349. Services.prefs.setBoolPref("devtools.debugger.log", true); let gProcess; function test() { - // Windows XP test slaves are terribly slow at this test. - requestLongerTimeout(4); + // Windows XP and 8.1 test slaves are terribly slow at this test. + requestLongerTimeout(5); initChromeDebugger(aOnClose).then(aProcess => { gProcess = aProcess; info("Starting test..."); performTest(); }); }