Skip to content

Commit

Permalink
chore(ci): set ava timeout to 1m
Browse files Browse the repository at this point in the history
  • Loading branch information
bencevans committed Jun 7, 2021
1 parent 26ffd8f commit bbc01de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"semantic-release": "^17.4.3",
"standard": "^16.0.3"
},
"ava": {
"timeout": "1m"
},
"scripts": {
"test": "ava",
"semantic-release": "semantic-release",
Expand Down

0 comments on commit bbc01de

Please sign in to comment.