impure-checks: improve performance by disabling dynamic deps

This commit is contained in:
DavHau
2024-07-11 19:10:01 +07:00
parent f1f6b3c94c
commit e7d5a6f854
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(