From 1cd98a535d13a1693420f0266ab611f62573b6e7 Mon Sep 17 00:00:00 2001 From: maaktweluit Date: Fri, 29 Oct 2021 16:41:15 +0200 Subject: [PATCH] Increase timeout for collect proposals to 30s --- goth/runner/probe/mixin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goth/runner/probe/mixin.py b/goth/runner/probe/mixin.py index 182d2976..47513057 100644 --- a/goth/runner/probe/mixin.py +++ b/goth/runner/probe/mixin.py @@ -181,7 +181,7 @@ async def wait_for_approval(self: ProbeProtocol, agreement_id: str) -> None: """Call wait_for_approval on the market api.""" await self.api.market.wait_for_approval(agreement_id) - @step() + @step(30.0) async def wait_for_proposals( self: ProbeProtocol, subscription_id: str,