Increase the timeout when checking collateral

This commit is contained in:
Arnaud 2025-06-10 09:59:40 +02:00
parent e71e0ae4fc
commit 18bbe61e45
No known key found for this signature in database
GPG Key ID: B8FBC178F10CA7AE

View File

@ -440,7 +440,8 @@ marketplacesuite "Marketplace payouts":
let availableSlots = (3 - slots.len).u256
availability.totalRemainingCollateral ==
availableSlots * slotSize * minPricePerBytePerSecond
availableSlots * slotSize * minPricePerBytePerSecond,
timeout = 30 * 1000,
)
await startedSubscription.unsubscribe()