author | Ehsan Akhgari <ehsan@mozilla.com> |
Thu, 31 Dec 2015 17:24:06 -0500 | |
changeset 278096 | 57f1a125b6ff581fe0ad6ef50cc75cf83fc1b102 |
parent 278095 | 1293d515eb11a1e7060e9c3db8210eb8d32940d9 |
child 278097 | 9e23ed5a56bf2a5175749f76d8b5f9047c027423 |
push id | 69687 |
push user | eakhgari@mozilla.com |
push date | Thu, 31 Dec 2015 22:45:49 +0000 |
treeherder | mozilla-inbound@3e70cbb9e087 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
bugs | 1235956 |
milestone | 46.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
|
devtools/client/performance/test/browser_perf-details-06.js | file | annotate | diff | comparison | revisions |
--- a/devtools/client/performance/test/browser_perf-details-06.js +++ b/devtools/client/performance/test/browser_perf-details-06.js @@ -1,11 +1,13 @@ /* Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ */ +requestLongerTimeout(2); + /** * Tests that the views with `shouldUpdateWhileMouseIsActive` works as intended. */ function* spawnTest() { let { panel } = yield initPerformance(SIMPLE_URL); let { EVENTS, PerformanceController, OverviewView, DetailsView, WaterfallView, JsFlameGraphView } = panel.panelWin; yield startRecording(panel);