Skip to content

Commit

Permalink
chore: raise tap timeout to avoid flakiness in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nlf committed May 27, 2022
1 parent 7280ee5 commit c4faac2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@
"tap": {
"color": 1,
"files": "test/*.js",
"check-coverage": true
"check-coverage": true,
"timeout": 60
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
Expand Down

0 comments on commit c4faac2

Please sign in to comment.