Skip to content

Commit cb739de

Browse files
authored
Increase timeout so it doesn't fail on older/slower node.js versions
1 parent 9357ae0 commit cb739de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module.exports = {
2-
timeout: 5000
2+
timeout: 10000
33
};

0 commit comments

Comments
 (0)