Bug 1401652 - Request a longer timeout for test_headless_screenshot.html. r=mossop

This commit is contained in:
Marco Castelluccio
2017-11-29 18:42:38 +00:00
parent dcd5892439
commit f52b426aac

View File

@@ -13,6 +13,8 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=1378010
Components.utils.import("resource://gre/modules/Subprocess.jsm");
Components.utils.import("resource://gre/modules/osfile.jsm");
SimpleTest.requestLongerTimeout(2);
const screenshotPath = OS.Path.join(OS.Constants.Path.tmpDir, "headless_test_screenshot.png");
async function runFirefox(args) {