timeout before an hour

so the build can have time to commit everything before the ci cancels
the build.
This commit is contained in:
f 2022-08-26 18:37:59 -03:00
parent 58a006945a
commit d9dc9e6978

View file

@ -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