mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-05-08 04:19:32 +00:00
Increase the timeout when checking collateral
This commit is contained in:
parent
e71e0ae4fc
commit
18bbe61e45
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user