mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-06 07:47:53 +10:00
higher timeout
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user