Skip to content

Commit baec6cc

Browse files
committed
increase timeout
1 parent 29d8a08 commit baec6cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/browser/test/integration/suites/loader-specific.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ var loaderVariants = [
66
for (var idx in loaderVariants) {
77
(function() {
88
describe(loaderVariants[idx], function() {
9-
this.timeout(5000);
9+
this.timeout(60000);
1010
this.retries(3);
1111

1212
var sandbox;

packages/browser/test/integration/suites/shell.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ function runVariant(variant) {
66
var IS_SYNC_LOADER = !!variant.match(/^loader-lazy-no$/);
77

88
describe(variant, function() {
9-
this.timeout(5000);
9+
this.timeout(60000);
1010
this.retries(3);
1111

1212
var sandbox;

0 commit comments

Comments
 (0)