From d9dc9e697872672bf3200b794899025aefbe2e57 Mon Sep 17 00:00:00 2001 From: f Date: Fri, 26 Aug 2022 18:37:59 -0300 Subject: [PATCH] timeout before an hour so the build can have time to commit everything before the ci cancels the build. --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index d36c73f1..e60c38c2 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -4,7 +4,7 @@ pipeline: pull: true commands: - git checkout -B ${CI_COMMIT_BRANCH} - - bulk-compiler || true + - timeout 3500 bulk-compiler || true - git add built/ || true - git add failed/ || true - git config user.name Woodpecker