We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1585de commit 01d2e97Copy full SHA for 01d2e97
pkg/commands/billing/subscribe.go
@@ -75,7 +75,7 @@ var SubscribeCommand = &cli.Command{
75
76
// Poll for subscription activation
77
logger.Info("\nWaiting for payment completion...")
78
- timeout := time.After(5 * time.Second)
+ timeout := time.After(5 * time.Minute)
79
ticker := time.NewTicker(3 * time.Second)
80
defer ticker.Stop()
81
0 commit comments