Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #22114 from eliperelman/bug-1037520-shift-app-laun…
Browse files Browse the repository at this point in the history
…ch-start-time-closer-to-user-intent

Bug 1037520 - Include start time capture in the repeat phase, not test start phase r=hub
  • Loading branch information
hfiguiere committed Jul 24, 2014
2 parents c092ea8 + baa7a86 commit 6cc134a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/performance/startup_events_test.js
Expand Up @@ -90,10 +90,9 @@ marionette('startup event test > ' + appPath + ' >', function() {

test('startup >', function() {

PerformanceHelper.registerTimestamp(client);

performanceHelper.repeatWithDelay(function(app, next) {
var waitForBody = false;
PerformanceHelper.registerTimestamp(client);
app.launch(waitForBody);

performanceHelper.waitForPerfEvent(function(runResults, error) {
Expand Down

0 comments on commit 6cc134a

Please sign in to comment.