We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29d8a08 commit baec6ccCopy full SHA for baec6cc
packages/browser/test/integration/suites/loader-specific.js
@@ -6,7 +6,7 @@ var loaderVariants = [
6
for (var idx in loaderVariants) {
7
(function() {
8
describe(loaderVariants[idx], function() {
9
- this.timeout(5000);
+ this.timeout(60000);
10
this.retries(3);
11
12
var sandbox;
packages/browser/test/integration/suites/shell.js
@@ -6,7 +6,7 @@ function runVariant(variant) {
var IS_SYNC_LOADER = !!variant.match(/^loader-lazy-no$/);
describe(variant, function() {
0 commit comments