Set a time limit on runners
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user