Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ TestTimeout
Class
TestTimeout
scripts/integration_test.py:55–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
54
55
class
TestTimeout(namedtuple(
"TestTimeout"
,
""
)):
56
def
raise_on_error(self, timeout_id):
57
raise
TimeoutError(
"test timeout"
)
58
59
60
class
Timeout(namedtuple(
"Timeout"
, [
"id"
,
"description"
])):
Callers
1
thread
Function · 0.85
Calls
no outgoing calls
Tested by
1
thread
Function · 0.68