diff --git a/pkg/check/act/act.go b/pkg/check/act/act.go index a5b63e874..62873ca38 100644 --- a/pkg/check/act/act.go +++ b/pkg/check/act/act.go @@ -59,7 +59,6 @@ func (c *Check) Run(ctx context.Context, cluster orchestration.Cluster, opts int if !ok { return fmt.Errorf("invalid options type") } - c.logger.Infof("act check started %+v", o) clients, err := cluster.NodesClients(ctx) if err != nil { @@ -111,6 +110,7 @@ func (c *Check) Run(ctx context.Context, cluster orchestration.Cluster, opts int return fmt.Errorf("node %s: %w", upNodeName, uErr) } c.logger.Info("ACT file uploaded") + time.Sleep(1 * time.Second) // download act file // ----------------------------------------------