Skip to content

Commit

Permalink
feat(act): add sleep before download
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferenc Sárai committed Jul 31, 2024
1 parent 83c4829 commit 18f4d91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/check/act/act.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ func (c *Check) Run(ctx context.Context, cluster orchestration.Cluster, opts int
return fmt.Errorf("node %s: File downloaded with wrong public key successfully - this is an error", nodeName2)
}
c.logger.Info("ACT Access denied for not enabled grantee after patch")
time.Sleep(5 * time.Second)

// download act file with the new grantee after patch
// ----------------------------------------------
Expand Down

0 comments on commit 18f4d91

Please sign in to comment.