Skip to content

Commit

Permalink
fix: raise test timeout and bump package version (#88)
Browse files Browse the repository at this point in the history
release-please didn't release after a timeout-induced test failure. bump
the test timeout and bump version to get it to release
  • Loading branch information
travis authored Aug 25, 2023
1 parent 10cd787 commit cebeccc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ w3 up recipies.txt
* [`w3 space ls`](#w3-space-ls)
* [`w3 space register`](#w3-space-register)
* [`w3 space use`](#w3-space-use-did)
* [`w3 space info`](#w3-space-info)
* Capability management
* [`w3 delegation create`](#w3-delegation-create-audience-did)
* [`w3 delegation ls`](#w3-delegation-ls)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lint": "standard",
"lint:fix": "standard --fix",
"test": "npm-run-all -p -r mock test:ava",
"test:ava": "ava --verbose",
"test:ava": "ava --verbose --timeout=1m",
"test:watch": "ava --watch",
"mock": "run-p mock:*",
"mock:bucket-200": "PORT=9200 STATUS=200 node test/helpers/bucket-server.js"
Expand Down

0 comments on commit cebeccc

Please sign in to comment.