mirror of
https://github.com/status-im/nim-codex.git
synced 2025-01-23 17:21:11 +00:00
Fix occasional test failure due to timeout
This commit is contained in:
parent
13f88096ef
commit
90a6131d7d
@ -235,7 +235,7 @@ suite "BlockExc Network - e2e":
|
||||
|
||||
network1.broadcastAccount(switch2.peerInfo.peerId, account)
|
||||
|
||||
await done.wait(100.millis)
|
||||
await done.wait(500.millis)
|
||||
|
||||
test "broadcasts payment":
|
||||
let payment = SignedState.example
|
||||
@ -248,4 +248,4 @@ suite "BlockExc Network - e2e":
|
||||
|
||||
network1.broadcastPayment(switch2.peerInfo.peerId, payment)
|
||||
|
||||
await done.wait(100.millis)
|
||||
await done.wait(500.millis)
|
||||
|
Loading…
x
Reference in New Issue
Block a user