Bases: testscenarios.testcase.WithScenarios, testtools.testcase.TestCase
Call the function until it returns True or the duration elapsed.
Call the given function until it returns True (and return True) or until the specified duration (in seconds) elapses (and return False).
Parameters: |
|
---|