diff --git a/cmd/flux/bootstrap.go b/cmd/flux/bootstrap.go
index 09f83899823ad211d5a773f44984722474d5a6b6..b31befd6f15430c16cf1d5db813125d9c57c19e7 100644
--- a/cmd/flux/bootstrap.go
+++ b/cmd/flux/bootstrap.go
@@ -162,7 +162,7 @@ func applyInstallManifests(ctx context.Context, manifestPath string, components
 		return fmt.Errorf("install failed")
 	}
 
-	statusChecker, err := NewStatusChecker(time.Second, time.Minute)
+	statusChecker, err := NewStatusChecker(time.Second, rootArgs.timeout)
 	if err != nil {
 		return fmt.Errorf("install failed: %w", err)
 	}