MCPcopy Create free account
hub / github.com/It4innovations/hyperqueue / TimeoutException

Class TimeoutException

tests/utils/wait.py:9–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8
9class TimeoutException(BaseException):
10 pass
11
12
13def wait_until(fn, sleep_s=0.2, on_timeout=None, timeout_s=DEFAULT_TIMEOUT):

Callers 1

wait_untilFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected