From e6d810371c485695f449b48602b7c136bcad1f90 Mon Sep 17 00:00:00 2001 From: Justin Bollinger Date: Tue, 10 Mar 2026 12:32:42 -0400 Subject: [PATCH] test: increase hashcat timeout to 300s for slow GPU init --- tests/test_hashcat_rules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_hashcat_rules.py b/tests/test_hashcat_rules.py index f2b53de..1a2636c 100644 --- a/tests/test_hashcat_rules.py +++ b/tests/test_hashcat_rules.py @@ -51,7 +51,7 @@ def _run_hashcat( cmd: list[str], cwd: Path, *, - timeout_s: int = 60, + timeout_s: int = 300, capsys=None, show_output: bool = False, show_cmd: bool = False,