diff --git a/internal/bootstrap/bootstrap.go b/internal/bootstrap/bootstrap.go index 99d7cfb..1cf9c54 100644 --- a/internal/bootstrap/bootstrap.go +++ b/internal/bootstrap/bootstrap.go @@ -90,7 +90,7 @@ func (r Runner) Run() error { } func waitForTalosReboot(dir string, cfg config.Config) error { - deadline := time.Now().Add(2 * time.Minute) + deadline := time.Now().Add(5 * time.Minute) offline := false for time.Now().Before(deadline) { err := utils.RunCommandQuietInDir(dir, "talosctl", "get", "machinestatus", "--talosconfig=./clusterconfig/talosconfig", "--endpoints="+cfg.Talos.BootstrapEndpoint, "--nodes="+cfg.Talos.BootstrapNode)