Skip to content

Commit 60782de

Browse files
author
Lucas Stephens
authored
fix: increase cks_cluster resource timeout to 45 minutes (#97)
1 parent aa19e6e commit 60782de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coreweave/cks/resource_cluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ func (r *ClusterResource) Create(ctx context.Context, req resource.CreateRequest
572572

573573
return resp.Msg.Cluster, resp.Msg.Cluster.Status.String(), nil
574574
},
575-
Timeout: 20 * time.Minute,
575+
Timeout: 45 * time.Minute,
576576
}
577577

578578
rawCluster, err := conf.WaitForStateContext(ctx)

0 commit comments

Comments
 (0)