We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4e5192 commit 9e36defCopy full SHA for 9e36def
1 file changed
executor/executor.go
@@ -66,7 +66,7 @@ const (
66
apiPath = "/api/v1/executor"
67
httpTimeout = 10 * time.Second
68
startupPollingInterval = 500 * time.Millisecond
69
- startupTimeout = 15 * time.Second
+ startupTimeout = 30 * time.Second
70
)
71
72
var log = logger.New(logrus.StandardLogger(), "executor")
0 commit comments