mirror of
https://github.com/status-im/nim-codex.git
synced 2025-01-27 11:05:52 +00:00
fix timing in purchasing test
allow for a bit more time for a request to be submitted
This commit is contained in:
parent
d770ac91c4
commit
b9d1ec75a7
@ -63,7 +63,7 @@ twonodessuite "Purchasing", debug1 = false, debug2 = false:
|
||||
collateral=200.u256,
|
||||
nodes=3.uint,
|
||||
tolerance=1.uint).get
|
||||
check eventually client1.purchaseStateIs(id, "submitted")
|
||||
check eventually(client1.purchaseStateIs(id, "submitted"), timeout = 10*1000)
|
||||
|
||||
node1.restart()
|
||||
client1.restart()
|
||||
|
Loading…
x
Reference in New Issue
Block a user