Bug 1356156 - Increase test timeout for Flash block tests r=francois

The Flash block tests sometimes timeout in debug runs. So far it has always happened the same way. All assertions in the test run (and pass), but the test times out during cleanup. Bumping up the timeout for these tests should fix this problem.

MozReview-Commit-ID: F04nSzSyLtr

--HG--
extra : rebase_source : 181546e1fe4b56686a06cb71e059a4b07f6fb957
This commit is contained in:
Kirk Steuber 2017-04-14 09:38:39 -07:00
Родитель 998e7faaec
Коммит b7efd17a07
6 изменённых файлов: 6 добавлений и 6 удалений

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

@ -2,7 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
"use strict";
requestLongerTimeout(2);
requestLongerTimeout(3);
var {classes: Cc, interfaces: Ci, utils: Cu, results: Cr} = Components;

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

@ -2,7 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
"use strict";
requestLongerTimeout(2);
requestLongerTimeout(3);
var {classes: Cc, interfaces: Ci, utils: Cu, results: Cr} = Components;

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

@ -2,7 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
"use strict";
requestLongerTimeout(2);
requestLongerTimeout(3);
var {classes: Cc, interfaces: Ci, utils: Cu, results: Cr} = Components;

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

@ -2,7 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
"use strict";
requestLongerTimeout(2);
requestLongerTimeout(3);
var {classes: Cc, interfaces: Ci, utils: Cu, results: Cr} = Components;

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

@ -2,7 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
"use strict";
requestLongerTimeout(2);
requestLongerTimeout(3);
var {classes: Cc, interfaces: Ci, utils: Cu, results: Cr} = Components;

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

@ -2,7 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
"use strict";
requestLongerTimeout(2);
requestLongerTimeout(3);
var {classes: Cc, interfaces: Ci, utils: Cu, results: Cr} = Components;