We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1e19d9 commit 48fa04eCopy full SHA for 48fa04e
backoff/_decorator.py
@@ -51,7 +51,7 @@ def on_predicate(wait_gen: _WaitGenerator,
51
will be returned. The default value of None means there
52
is no limit to the number of tries. If a callable is passed,
53
it will be evaluated at runtime and its return value used.
54
- max_time: The maximum total amount of time to try for before
+ max_time: The maximum total amount of time in seconds to try for before
55
giving up. If this time expires, the result of the last
56
attempt will be returned. If a callable is passed, it will
57
be evaluated at runtime and its return value used.
0 commit comments