Skip to content

Commit 3bb9df0

Browse files
committed
Add timeout for jobs in .gitlab-ci.yml
1 parent 6d5bcd1 commit 3bb9df0

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: 10 minutes
8+
69
# Check that all packages are compiling.
710
build:
811
stage: test

0 commit comments

Comments
 (0)