Skip to content

Commit 0ef3d24

Browse files
committed
Add timout for .gitlab-ci.yml
This setting is added because some glitch in the Pipelines ate up all the quota for runners available in Gitlab. Pipelines with a problem: - https://gitlab.com/xorcare/testing-go-code-with-postgres/-/pipelines/1447744357 - https://gitlab.com/xorcare/testing-go-code-with-postgres/-/pipelines/1447744822 - https://gitlab.com/xorcare/testing-go-code-with-postgres/-/pipelines/1447747291
1 parent 07bbe0e commit 0ef3d24

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ image: golang:1.22
33
stages:
44
- test
55

6+
default:
7+
timeout: 3m
8+
69
# Check that all packages are compiling.
710
build:
811
stage: test

0 commit comments

Comments
 (0)