Bug 1225625 - Increase the timeout of browser_vimemacs.js

This commit is contained in:
Ehsan Akhgari 2015-12-31 17:25:31 -05:00
Родитель a7d06a4cb4
Коммит a460f37c70
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -3,6 +3,8 @@
"use strict";
requestLongerTimeout(2);
const URI = "chrome://mochitests/content/browser/devtools/client" +
"/sourceeditor/test/codemirror/vimemacs.html";
loadHelperScript("helper_codemirror_runner.js");