Skip to content

Commit 6f74c76

Browse files
committed
fix: extend tap timeout length to allow for slow CI
1 parent 147e3d3 commit 6f74c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
},
4646
"scripts": {
4747
"lint": "standard */*.js test/**/*.js",
48-
"test": "npm run lint && tap --timeout=120 test/test-*"
48+
"test": "npm run lint && tap --timeout=600 test/test-*"
4949
}
5050
}

0 commit comments

Comments
 (0)