github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/bitbucket/testdata/global/example4.yaml (about) 1 options: 2 max-time: 60 3 pipelines: 4 default: 5 - step: 6 name: Sleeping step 7 script: 8 - sleep 120m # This step will timeout after 60 minutes 9 - step: 10 name: quick step 11 max-time: 5 12 script: 13 - sleep 120m # This step will timeout after 5 minutes