Skip to content

Commit 699c6c9

Browse files
committed
Increase waitForAPI timeout from 2 to 5 minutes
Assisted-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 73392a6 commit 699c6c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/kube/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ func waitForAPI(ctx context.Context, config *rest.Config) error {
7171
return err
7272
}
7373

74-
deadline := time.After(2 * time.Minute)
74+
deadline := time.After(5 * time.Minute)
7575
ticker := time.NewTicker(2 * time.Second)
7676
defer ticker.Stop()
7777

0 commit comments

Comments
 (0)