Skip to content

Commit

Permalink
chore: fix test by increaasing timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Sep 7, 2023
1 parent e756f5d commit 79bce2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/proxy.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe('GET /ipfs/*', () => {
);

expect(response.statusCode).toBe(400);
});
}, 15e3);
});

describe('when the IPFS cid does not exist', () => {
Expand Down

0 comments on commit 79bce2b

Please sign in to comment.