Increase wait time for content propagation to avoid CI failures (#1122)

This commit is contained in:
Kim De Mey 2022-06-14 14:23:07 +02:00 committed by GitHub
parent a37f8b17e2
commit 49bdaa112e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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