mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-26 05:05:16 -04:00
precommit: Increase timeout for shellcheck
This commit is contained in:
parent
f24c03a905
commit
fc91f74b85
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ def shfmt():
|
|||
# ======================================================================================
|
||||
@app.route("/shellcheck", methods=["POST"])
|
||||
def shellcheck():
|
||||
return run_tool(["shellcheck"])
|
||||
return run_tool(["shellcheck"], timeout=10)
|
||||
|
||||
|
||||
# ======================================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue