Skip to content
Snippets Groups Projects
Commit 8e1e1bee authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

new features for ExponentialBackoff

parent bb0b011a
No related branches found
No related tags found
No related merge requests found
__version__ = '2.17.7a3'
__version__ = '2.17.7a4'
......@@ -30,6 +30,7 @@ class TestTime(unittest.TestCase):
def test_exponential_backoff_waiting_for_service_healthy(self):
eb = ExponentialBackoff(start=2, limit=30)
self.assertTrue(eb.ready_for_next_check)
eb.failed()
self.assertFalse(eb.available)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment