Skip to content

Commit e603dce

Browse files
committed
Add GitLab CI jobs timeout
1 parent 1e5620f commit e603dce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ variables:
99

1010
test:php:
1111
stage: test
12+
timeout: 10 minutes
1213
cache:
1314
paths:
1415
- build/
@@ -30,6 +31,7 @@ test:php:
3031

3132
pages:
3233
stage: deploy
34+
timeout: 10 minutes
3335
dependencies:
3436
- test:php
3537
environment:

0 commit comments

Comments
 (0)