Fix bootstrap status check timeout
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
@@ -162,7 +162,7 @@ func applyInstallManifests(ctx context.Context, manifestPath string, components
|
|||||||
return fmt.Errorf("install failed")
|
return fmt.Errorf("install failed")
|
||||||
}
|
}
|
||||||
|
|
||||||
statusChecker, err := NewStatusChecker(time.Second, time.Minute)
|
statusChecker, err := NewStatusChecker(time.Second, rootArgs.timeout)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return fmt.Errorf("install failed: %w", err)
|
return fmt.Errorf("install failed: %w", err)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user