MCPcopy 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
55class TestTimeout(namedtuple("TestTimeout", "")):
56 def raise_on_error(self, timeout_id):
57 raise TimeoutError("test timeout")
58
59
60class Timeout(namedtuple("Timeout", ["id", "description"])):

Callers 1

threadFunction · 0.85

Calls

no outgoing calls

Tested by 1

threadFunction · 0.68