Skip to content

Commit

Permalink
Bug 1425394 - requestCompleteLog for browser_primaryUI.js to see if i…
Browse files Browse the repository at this point in the history
…t fixes timeouts. r=intermittent

--HG--
extra : rebase_source : fffe257fc6eb5d2dd31f930dbac1059059909bff
  • Loading branch information
mnoorenberghe committed Jan 16, 2018
1 parent 652fe3c commit 65b717e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions browser/tools/mozscreenshots/primaryUI/browser_primaryUI.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ add_task(async function capture() {
return;
}

if (AppConstants.platform == "macosx") {
// Bug 1425394 - Generate output so mozprocess knows we're still alive for the long session.
SimpleTest.requestCompleteLog();
}
let sets = ["TabsInTitlebar", "Tabs", "WindowSize", "Toolbars", "LightweightThemes", "UIDensities"];
await TestRunner.start(sets, "primaryUI");
});

0 comments on commit 65b717e

Please sign in to comment.