Skip to content

Commit

Permalink
fix: extend tap timeout length to allow for slow CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed May 12, 2022
1 parent 147e3d3 commit 6f74c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -45,6 +45,6 @@
},
"scripts": {
"lint": "standard */*.js test/**/*.js",
"test": "npm run lint && tap --timeout=120 test/test-*"
"test": "npm run lint && tap --timeout=600 test/test-*"
}
}

0 comments on commit 6f74c76

Please sign in to comment.