test: increase hashcat timeout to 300s for slow GPU init

This commit is contained in:
Justin Bollinger
2026-03-10 12:32:42 -04:00
parent 0f141892b7
commit e6d810371c

View File

@@ -51,7 +51,7 @@ def _run_hashcat(
cmd: list[str], cmd: list[str],
cwd: Path, cwd: Path,
*, *,
timeout_s: int = 60, timeout_s: int = 300,
capsys=None, capsys=None,
show_output: bool = False, show_output: bool = False,
show_cmd: bool = False, show_cmd: bool = False,