Skip to content

Commit 0e39ed6

Browse files
committed
Increase Node ISO creation timeout from 15 to 30 minutes
1 parent e6eeeb7 commit 0e39ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cli/admin/nodeimage/create.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ func (o *CreateOptions) nodeJoinerPodExec(ctx context.Context, command ...string
450450
err := wait.PollUntilContextTimeout(
451451
ctx,
452452
time.Second*5,
453-
time.Minute*15,
453+
time.Minute*30,
454454
true,
455455
func(ctx context.Context) (done bool, err error) {
456456
execOptions := &exec.ExecOptions{

0 commit comments

Comments
 (0)