Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 35087da

Browse files
test: Increase timeout
1 parent c572348 commit 35087da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const shared = {
4343
console: '{}',
4444
'require-dir': '{}'
4545
},
46-
timeout: 60000
46+
timeout: 120000
4747
}
4848

4949
const dev = Object.assign({}, shared, {

0 commit comments

Comments
 (0)