Skip to content

Commit 5359606

Browse files
committed
fix(chromium-setup): Reduce timeout to 1 to not hog workers
1 parent 657d526 commit 5359606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

print_designer/install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def after_app_install(app):
5050
install_default_formats(app)
5151

5252

53-
@filelock("print_designer_chromium_setup", timeout=60, is_global=True)
53+
@filelock("print_designer_chromium_setup", timeout=1, is_global=True)
5454
def setup_chromium():
5555
"""Setup Chromium at the bench level."""
5656
# Load Chromium version from common_site_config.json or use default

0 commit comments

Comments
 (0)