Skip to content

Commit 95bcffc

Browse files
committed
tests: confluent big timeout
1 parent b55cc4b commit 95bcffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/brokers/confluent/test_publish.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ async def handle_next(msg=Context("message")):
126126
asyncio.create_task(br.publish("", queue)),
127127
asyncio.create_task(event.wait()),
128128
),
129-
timeout=3,
129+
timeout=self.timeout * 1.5,
130130
)
131131

132132
assert event.is_set()

0 commit comments

Comments
 (0)