Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/It4innovations/hyperqueue
/ on_timeout
Function
on_timeout
tests/utils/wait.py:68–70 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
66
return
r
67
68
def
on_timeout():
69
if
last_table is not None:
70
return
f
"most recent table:\n{last_table}"
71
72
wait_until(check, on_timeout=on_timeout, **kwargs)
73
Callers
1
wait_until
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected