From 21562149bda41588b65e4553d216fd0103761811 Mon Sep 17 00:00:00 2001 From: Scott Date: Wed, 12 Jan 2022 20:59:00 -0800 Subject: "Fix" a flaky test and cleanup an unused import. --- decorator_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'decorator_utils.py') diff --git a/decorator_utils.py b/decorator_utils.py index 752fb91..eb5a0c9 100644 --- a/decorator_utils.py +++ b/decorator_utils.py @@ -443,7 +443,7 @@ def retry_if_false(tries: int, *, delay_sec=3.0, backoff=2.0): 3 >>> dur > 2.0 True - >>> dur < 2.2 + >>> dur < 2.3 True """ -- cgit v1.3