Skip to content

Commit

Permalink
test: linger 0 and no retries for backup test
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaakola-aiven committed Sep 18, 2024
1 parent 60bf6af commit 85c7a32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/backup/test_v3_backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,8 @@ def __init__(self):
sasl_plain_username=config["sasl_plain_username"],
sasl_plain_password=config["sasl_plain_password"],
socket_timeout_ms=5000,
linger_ms=0,
retries=0,
)

def __enter__(self):
Expand Down

0 comments on commit 85c7a32

Please sign in to comment.