MCPcopy Create free account
hub / github.com/ddnet/ddnet / wait_for_startup

Method wait_for_startup

scripts/integration_test.py:463–464  ·  view source on GitHub ↗
(self, timeout=15)

Source from the content-addressed store, hash-verified

461 self.command("quit")
462
463 def wait_for_startup(self, timeout=15):
464 self.wait_for_log_prefix("client: version", timeout=timeout)
465
466
467class Server(Runnable):

Callers 1

wait_for_startupFunction · 0.45

Calls 1

wait_for_log_prefixMethod · 0.80

Tested by

no test coverage detected