Skip to content

Commit

Permalink
chore: increase tap timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed May 4, 2024
1 parent 3d50080 commit c089e8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"nyc-arg": [
"--exclude",
"tap-snapshots/**"
]
],
"timeout": 300
},
"keywords": [
"init",
Expand Down
1 change: 0 additions & 1 deletion test/bins.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ t.test('auto bin population', async (t) => {
'',
'',
'yes',
'dummy',
],
})
t.same(data.bin, { 'auto-bin-test': 'bin/run.js' },
Expand Down

0 comments on commit c089e8c

Please sign in to comment.