Skip to content

Commit

Permalink
fix timing in purchasing test
Browse files Browse the repository at this point in the history
allow for a bit more time for a request to
be submitted
  • Loading branch information
markspanbroek committed Nov 13, 2024
1 parent d770ac9 commit b9d1ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/testpurchasing.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit b9d1ec7

Please sign in to comment.