Skip to content

Commit d16a145

Browse files
committed
Update testlib.py
1 parent 9ffbb74 commit d16a145

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/testlib.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ def setUpClass(cls):
246246

247247
def setUp(self):
248248
unittest.TestCase.setUp(self)
249+
self.opts.kwargs.update({'retries': 5})
249250
self.service = client.connect(**self.opts.kwargs)
250251
# If Splunk is in a state requiring restart, go ahead
251252
# and restart. That way we'll be sane for the rest of

0 commit comments

Comments
 (0)