fix timing in purchasing test

allow for a bit more time for a request to
be submitted
This commit is contained in:
Mark Spanbroek 2024-11-13 12:06:42 +01:00
parent d770ac91c4
commit b9d1ec75a7
No known key found for this signature in database
GPG Key ID: FBE3E9548D427C00
1 changed files with 1 additions and 1 deletions

View File

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