Remove misleading comment

This commit is contained in:
Arnaud 2025-05-26 09:58:57 +02:00
parent 4f6f64d9a1
commit b1612d0cb5
No known key found for this signature in database
GPG Key ID: B8FBC178F10CA7AE

View File

@ -379,7 +379,6 @@ marketplacesuite "Marketplace payouts":
let requestId = (await client0.client.requestId(purchaseId)).get
# We wait that the 3 slots are filled by the first SP
check eventually(
await client0.client.purchaseStateIs(purchaseId, "started"),
timeout = 10 * 60.int * 1000,