Skip to content

Commit 358bd94

Browse files
committed
change max time
1 parent 36716b3 commit 358bd94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/tests/integration/01/notifications/test_rabbitmq_consumers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ async def _assert_handler_called_with_json(
124124
) -> None:
125125
async for attempt in AsyncRetrying(
126126
wait=wait_fixed(0.2),
127-
stop=stop_after_delay(1000),
127+
stop=stop_after_delay(10),
128128
retry=retry_if_exception_type(AssertionError),
129129
reraise=True,
130130
):

0 commit comments

Comments
 (0)