From ce4effc4d8ba8d5c29f7ee14a203fd5f0c4594b1 Mon Sep 17 00:00:00 2001 From: Aaron Sutula Date: Mon, 15 Mar 2021 13:23:13 -0600 Subject: [PATCH] fix: block tests until ipfs is ready Signed-off-by: Aaron Sutula --- src/integration.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/integration.spec.ts b/src/integration.spec.ts index 51e2cffc..fa8a4e36 100644 --- a/src/integration.spec.ts +++ b/src/integration.spec.ts @@ -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