Skip to content

Commit

Permalink
[test] Give integration test a bit more time to complete
Browse files Browse the repository at this point in the history
For slow windows CI runners.
  • Loading branch information
markspanbroek committed May 19, 2022
1 parent 49e60d6 commit 15a5713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testIntegration.nim
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ ethersuite "Integration tests":
client.post(baseurl1 & "/upload", "some file contents").body

proc buy(cid: string): string =
let expiry = ((waitFor provider.currentTime()) + 5).toHex
let expiry = ((waitFor provider.currentTime()) + 10).toHex
let json = %*{"duration": "0x100", "maxPrice": "0x400", "expiry": expiry}
client.post(baseurl1 & "/storage/request/" & cid, $json).body

Expand Down

0 comments on commit 15a5713

Please sign in to comment.