Increase wait time for content propagation to avoid CI failures (#1122)
This commit is contained in:
parent
a37f8b17e2
commit
49bdaa112e
|
@ -192,7 +192,7 @@ procSuite "Portal testnet tests":
|
|||
# because the data needs to propagate over the nodes. What one could do is
|
||||
# add a json-rpc debug proc that returns whether the offer queue is empty or
|
||||
# not. And then poll every node until all nodes have an empty queue.
|
||||
await sleepAsync(10.seconds)
|
||||
await sleepAsync(15.seconds)
|
||||
|
||||
let blockData = readBlockDataTable(dataFile)
|
||||
check blockData.isOk()
|
||||
|
|
Loading…
Reference in New Issue