Skip to content

Commit 545b890

Browse files
Merge pull request #29489 from redpanda-data/stephan/aio-limit-timeout-bump
tests: Increase timeout in aio_limit_test
2 parents 828e517 + 1cd1db5 commit 545b890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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=80)
49+
producer.wait(timeout_sec=180)

0 commit comments

Comments
 (0)