Set a time limit on runners

This commit is contained in:
2024-04-19 04:26:48 +02:00
parent d632111c45
commit 0db2ff3409
2 changed files with 18 additions and 2 deletions

View File

@@ -62,3 +62,7 @@ projects:
build: |
echo Computing line count...
find . -not -path '*/.*' -type f -print0 | xargs -0 cat | wc -l
# Time limit in time.ParseDuration format.
# The default of one hour should suffice.
timeout: 1h