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

--HG--
extra : rebase_source : 9502f99cf2891305b4c5b5f0af4d4cd08bd88fcf
This commit is contained in:
Marco Castelluccio 2017-11-29 18:42:38 +00:00
Родитель 1f7fdd5826
Коммит f793727f0c
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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) {