wait#
- ACPInstance.wait(timeout)#
Wait for the ACP instance to respond.
Repeatedly checks if the ACP instance is running, returning as soon as it is running.
- Parameters:
timeout (float) – Wait time before raising an exception.
- Raises:
RuntimeError – In case the server still has not responded after
timeout
seconds.