author | Victor Porof <vporof@mozilla.com> |
Sat, 26 Sep 2015 14:44:50 +0200 | |
changeset 264710 | 405c7f52a790cf400f25b12cc9883085e73185c6 |
parent 264709 | 095a97e854f03b81ad457906e36bf9c2d6d09e90 |
child 264711 | 743f997646677cf32d7a59db3182fc367e1836c0 |
push id | 65707 |
push user | cbook@mozilla.com |
push date | Mon, 28 Sep 2015 12:18:34 +0000 |
treeherder | mozilla-inbound@2c0e60a8f736 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | me |
bugs | 1207937 |
milestone | 44.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_timeline-waterfall-generic.js | file | annotate | diff | comparison | revisions |
--- a/devtools/client/performance/test/browser_timeline-waterfall-generic.js +++ b/devtools/client/performance/test/browser_timeline-waterfall-generic.js @@ -1,16 +1,19 @@ /* Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ */ /** * Tests if the waterfall is properly built after finishing a recording. */ function* spawnTest() { + // This test seems to take a long time to cleanup on Ubuntu VMs. + requestLongerTimeout(2); + let { target, panel } = yield initPerformance(SIMPLE_URL); let { $, $$, EVENTS, PerformanceController, OverviewView, WaterfallView, DetailsView } = panel.panelWin; let { WATERFALL_MARKER_SIDEBAR_SAFE_BOUNDS } = require("devtools/client/performance/modules/widgets/marker-view"); yield startRecording(panel); ok(true, "Recording has started."); let updated = 0;