From 0db2ff34096896a27c1f2239fecfae4f5c32b744 Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch
Date: Fri, 19 Apr 2024 04:26:48 +0200 Subject: Set a time limit on runners --- acid.yaml.example | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'acid.yaml.example') 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 -- cgit v1.2.3-70-g09d2