DEBSOURCES
Skip Quicknav
sources / gitlab-ci-multi-runner / 14.10.1-1 / executors / custom / consts.go
1234567
package custom import "time" const defaultConfigExecTimeout = time.Hour const defaultPrepareExecTimeout = time.Hour const defaultCleanupExecTimeout = time.Hour