Skip to content

Commit

Permalink
fix: block tests until ipfs is ready
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Sutula <hi@asutula.com>
  • Loading branch information
asutula committed Mar 15, 2021
1 parent 774a304 commit ce4effc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integration.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ beforeEach(async function () {
}
})
await wait({
resources: ["http://0.0.0.0:6002"],
resources: ["http://0.0.0.0:6002", "http://0.0.0.0:5001"],
timeout: 120000,
validateStatus: function () {
return true // the call expectedly returns 404, so just allow that
Expand Down

0 comments on commit ce4effc

Please sign in to comment.