higher timeout

This commit is contained in:
Nick Sweeting
2026-01-05 09:07:59 -08:00
parent 352e1bad32
commit 28b980a84a

View File

@@ -173,7 +173,7 @@ class TestBinaryWorkerHooks:
['run'],
stdin=stdin,
data_dir=initialized_archive,
timeout=45,
timeout=90, # Need more time for multiple binaries
)
assert code == 0