Skip to content

Commit 1631e2b

Browse files
committed
increase to 2min
1 parent d3d5eca commit 1631e2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/cli/serverless/migration/create.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ func markCreateMigrationRequiredFlags(cmd *cobra.Command) error {
138138

139139
const (
140140
precheckPollInterval = 5 * time.Second
141-
precheckPollTimeout = time.Minute
141+
precheckPollTimeout = 2 * time.Minute
142142
)
143143

144144
func runMigrationPrecheck(ctx context.Context, client cloud.TiDBCloudClient, clusterID string, body *pkgmigration.MigrationServicePrecheckBody, h *internal.Helper) error {

0 commit comments

Comments
 (0)