Skip to content

Commit

Permalink
Increase bootstrap timeout?
Browse files Browse the repository at this point in the history
  • Loading branch information
berkayoz committed Mar 28, 2024
1 parent 97520d0 commit 3270731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/k8s/pkg/k8sd/api/cluster_bootstrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func postClusterBootstrap(m *microcluster.MicroCluster, s *state.State, r *http.
}

// Set timeout
timeout := utils.TimeoutFromCtx(s.Context, 30*time.Second)
timeout := utils.TimeoutFromCtx(s.Context, 60*time.Second)

// Bootstrap the cluster
if err := m.NewCluster(hostname, req.Address, config, timeout); err != nil {
Expand Down

0 comments on commit 3270731

Please sign in to comment.