impure-checks: improve performance by disabling dynamic deps

This commit is contained in:
DavHau
2024-07-11 19:10:01 +07:00
parent 495a7a4289
commit 0e335f7ecc
6 changed files with 29 additions and 11 deletions

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 = 100
while True:
if timeout <= 0:
raise TimeoutError(