Skip to content

Commit

Permalink
test(ipfs-storage): increase timeout for bad DNS resolution (#841)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-abrioux committed May 3, 2022
1 parent 6326dd6 commit 841f075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ethereum-storage/test/ipfs-storage.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const invalidHostIpfsGatewayConnection: StorageTypes.IIpfsGatewayConnection = {
host: 'nonexistent',
port: 5001,
protocol: StorageTypes.IpfsGatewayProtocol.HTTP,
timeout: 1000,
timeout: 10000,
};

const hash1 = 'QmNXA5DyFZkdf4XkUT81nmJSo3nS2bL25x7YepxeoDa6tY';
Expand Down

0 comments on commit 841f075

Please sign in to comment.