aboutsummaryrefslogtreecommitdiff
path: root/acid.yaml.example
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2024-04-19 04:26:48 +0200
committerPřemysl Eric Janouch <p@janouch.name>2024-04-19 04:26:48 +0200
commit0db2ff34096896a27c1f2239fecfae4f5c32b744 (patch)
tree3b086b67990fc5675164d9a9a599ee108f5fb33f /acid.yaml.example
parentd632111c45683060e02fac828ad08f924e654d2d (diff)
downloadacid-0db2ff34096896a27c1f2239fecfae4f5c32b744.tar.gz
acid-0db2ff34096896a27c1f2239fecfae4f5c32b744.tar.xz
acid-0db2ff34096896a27c1f2239fecfae4f5c32b744.zip
Set a time limit on runnersHEADmaster
Diffstat (limited to 'acid.yaml.example')
-rw-r--r--acid.yaml.example4
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