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:
parent
0f7f913329
commit
d770ac91c4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue