test: increase timeout

This commit is contained in:
Johannes Kirschbauer 2024-06-25 12:59:11 +02:00 committed by hsjobeki
parent 4fb15d8733
commit d03422d004

View File

@ -40,7 +40,7 @@ def run_vm_in_thread(machine_name: str) -> None:
# wait for qmp socket to exist
def wait_vm_up(state_dir: Path) -> None:
socket_file = state_dir / "qga.sock"
timeout: float = 20
timeout: float = 120
while True:
if timeout <= 0:
raise TimeoutError(