Skip to content

Commit ea0bda2

Browse files
Merge pull request #30997 from redpanda-data/stephan/aio-limit-timeout
tests: Bump aio_limit_test timeout
2 parents 31ca5f1 + 2f8b3b8 commit ea0bda2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/rptest/tests/aio_limit_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ def test_aio_limit(self):
4646
)
4747
producer.start()
4848
# RP shouldn't crash and still be able to handle the low rate
49-
producer.wait(timeout_sec=180)
49+
producer.wait(timeout_sec=300)

0 commit comments

Comments
 (0)