diff --git a/proxmox/task.go b/proxmox/task.go index 78baf77..ec2ccd2 100644 --- a/proxmox/task.go +++ b/proxmox/task.go @@ -14,7 +14,7 @@ const ( ) func (s *Service) MustGetTask(ctx context.Context, node string, upid string) (*api.Task, error) { - for i := 0; i < 10; i++ { + for i := 0; i < 60; i++ { task, err := s.restclient.GetTask(ctx, node, upid) if err != nil { if rest.IsNotFound(err) {