Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
oksana-grishchenko committed Nov 19, 2024
1 parent 9682e11 commit e6a7033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kubernetes/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -1309,7 +1309,7 @@ func (c *Client) DoPackageWait(ctx context.Context, namespace, name string) erro
}
return true, nil
}
return wait.PollUntilContextCancel(ctx, time.Second, true, packageInstalled)
return wait.PollUntilContextCancel(ctx, time.Minute, true, packageInstalled)
}

// GetPackageManifest returns a package manifest by given name.
Expand Down

0 comments on commit e6a7033

Please sign in to comment.