reduce number of slots in integration test

otherwise the windows runner in the CI won't
be able to start the request before it expires
This commit is contained in:
Mark Spanbroek 2024-11-13 12:03:23 +01:00
parent 0f7f913329
commit d770ac91c4
No known key found for this signature in database
GPG Key ID: FBE3E9548D427C00
1 changed files with 2 additions and 2 deletions

View File

@ -65,8 +65,8 @@ twonodessuite "Sales", debug1 = false, debug2 = false:
proofProbability=3.u256,
expiry=5*60,
collateral=200.u256,
nodes = 5,
tolerance = 2).get
nodes = 3,
tolerance = 1).get
check eventually(client2.purchaseStateIs(id, "started"), timeout=5*60*1000)
let updatedAvailability = (client1.getAvailabilities().get).findItem(availability).get