mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-26 21:25:19 -04:00
precommit: Increase timeout for fprettify
This commit is contained in:
parent
a9e0f95442
commit
e8ed587783
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ def run_prettify(fn):
|
|||
|
||||
# The prettify tool processes only about 1k lines of code per second.
|
||||
# Hence, setting a generous timeout as our largest file has 100k lines.
|
||||
run_local_tool("./tools/prettify/prettify.py", fn, timeout=300)
|
||||
run_local_tool("./tools/prettify/prettify.py", fn, timeout=600)
|
||||
|
||||
|
||||
# ======================================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue