pub const RUNTIME_OPEN_DEADLINE: Duration;Expand description
How long a runtime gets to finish opening before its caller is answered an error instead. A program that never speaks the protocol at all — the wrong binary, a shim that prints usage and waits — never answers the handshake, so the wait is unbounded without this.