mirror of
https://github.com/trustedsec/hate_crack.git
synced 2026-03-12 21:23:05 -07:00
test: increase hashcat timeout to 300s for slow GPU init
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user