github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/gitlab/yaml/testdata/job_keywords/timeout/example-1.yaml (about) 1 # https://docs.gitlab.com/ee/ci/yaml/#timeout 2 3 build: 4 script: build.sh 5 timeout: 3 hours 30 minutes 6 7 test: 8 script: rspec 9 timeout: 3h 30m