Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit ef0bf9e

Browse files
test(cli): increase timeout to avoid failing tests
1 parent c924741 commit ef0bf9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cli/bitswap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ describe('bitswap', () => runOn((thing) => {
1313
ipfs('block get ' + key)
1414
.then(() => {})
1515
.catch(() => {})
16-
setTimeout(done, 100)
16+
setTimeout(done, 800)
1717
})
1818

1919
it('wantlist', () => {

0 commit comments

Comments
 (0)