Ga naar inhoud

Blog

GitLab - ERROR: Job failed: execution took longer than 1h0m0s seconds

You can set a global timeout in:

SettingsCI/CDGeneral pipelinesExpandTimeout

The default value is '1h'.

As of version 12.3, you can set a timeout per stage in your CI .yml file using timeout:

build: script: build.sh timeout: 3 hours 30 minutes test: script: rspec timeout: 3h 30m
Urls