From 18bbe61e45da0ec4939d351b2634db66a8223e3b Mon Sep 17 00:00:00 2001 From: Arnaud Date: Tue, 10 Jun 2025 09:59:40 +0200 Subject: [PATCH] Increase the timeout when checking collateral --- tests/integration/testmarketplace.nim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/integration/testmarketplace.nim b/tests/integration/testmarketplace.nim index 541eee85..57b6d443 100644 --- a/tests/integration/testmarketplace.nim +++ b/tests/integration/testmarketplace.nim @@ -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()