We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36716b3 commit 358bd94Copy full SHA for 358bd94
services/web/server/tests/integration/01/notifications/test_rabbitmq_consumers.py
@@ -124,7 +124,7 @@ async def _assert_handler_called_with_json(
124
) -> None:
125
async for attempt in AsyncRetrying(
126
wait=wait_fixed(0.2),
127
- stop=stop_after_delay(1000),
+ stop=stop_after_delay(10),
128
retry=retry_if_exception_type(AssertionError),
129
reraise=True,
130
):
0 commit comments