wait more to have better logs

Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
Csaba Kiraly 2023-05-10 00:46:23 +02:00
parent 3b71e50443
commit a3092dfde3
No known key found for this signature in database
GPG Key ID: 0FE274EE8C95166E
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ suite "Providers Tests: many nodes":
signedPeerRec0 = privKey0.toSignedPeerRecord signedPeerRec0 = privKey0.toSignedPeerRecord
peerRec0 = signedPeerRec0.data peerRec0 = signedPeerRec0.data
await sleepAsync(chronos.seconds(15)) await sleepAsync(chronos.seconds(90))
teardownAll: teardownAll:
for (n, _) in nodes: # if last test is enabled, we need nodes[1..^1] here for (n, _) in nodes: # if last test is enabled, we need nodes[1..^1] here