diff options
Diffstat (limited to 'acid.yaml.example')
-rw-r--r-- | acid.yaml.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/acid.yaml.example b/acid.yaml.example index b34abf0..499366e 100644 --- a/acid.yaml.example +++ b/acid.yaml.example @@ -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 |