Skip to content

Commit 80295e9

Browse files
committed
Increase serverpool retry interval within test scenarios
This will hopefully resolve some flakyness where the swapping on the bookeeping between the list of active/inactive servers occurs too quickly.
1 parent 21509d9 commit 80295e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/crate/client/test_http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ def __init__(self, *args, **kwargs):
310310

311311
def setUp(self):
312312
self.client = Client(self.servers)
313-
self.client.retry_interval = 0.1 # faster retry
313+
self.client.retry_interval = 0.2 # faster retry
314314

315315
def tearDown(self):
316316
self.client.close()

0 commit comments

Comments
 (0)