Skip to content

Commit 9e36def

Browse files
committed
[executor] Increase startup timeout
1 parent e4e5192 commit 9e36def

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

executor/executor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const (
6666
apiPath = "/api/v1/executor"
6767
httpTimeout = 10 * time.Second
6868
startupPollingInterval = 500 * time.Millisecond
69-
startupTimeout = 15 * time.Second
69+
startupTimeout = 30 * time.Second
7070
)
7171

7272
var log = logger.New(logrus.StandardLogger(), "executor")

0 commit comments

Comments
 (0)