precommit: Increase timeout for shellcheck

This commit is contained in:
Ole Schütt 2026-02-17 10:32:36 +01:00 committed by Ole Schütt
parent f24c03a905
commit fc91f74b85

View file

@ -45,7 +45,7 @@ def shfmt():
# ======================================================================================
@app.route("/shellcheck", methods=["POST"])
def shellcheck():
return run_tool(["shellcheck"])
return run_tool(["shellcheck"], timeout=10)
# ======================================================================================