[test] Give integration test a bit more time to complete

For slow windows CI runners.
This commit is contained in:
Mark Spanbroek 2022-05-18 16:49:09 +02:00 committed by markspanbroek
parent 49e60d6a5c
commit 15a571387f
1 changed files with 1 additions and 1 deletions

View File

@ -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