Skip to content

Commit

Permalink
feat(act): increase sleep time before dwonload with grantee
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferenc Sárai committed Jul 31, 2024
1 parent 721d911 commit f0e9c5d
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions pkg/check/act/act.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,6 @@ func (c *Check) Run(ctx context.Context, cluster orchestration.Cluster, opts int
return err
}

for name, node := range cluster.Nodes() {
c.logger.Infof("Node %s: %+v", name, node.Config())
c.logger.Info("-------------------")
cl := node.Client()
t, _ := cl.Topology(ctx)
c.logger.Infof("Node %s: %+v", name, t)
c.logger.Info("=====================================")
}

fullNodes := cluster.FullNodeNames()
lightNodes := cluster.LightNodeNames()

Expand Down Expand Up @@ -182,7 +173,7 @@ func (c *Check) Run(ctx context.Context, cluster orchestration.Cluster, opts int
}

c.logger.Info("ACT grantees listed")
time.Sleep(5 * time.Second)
time.Sleep(15 * time.Second)

// patch grantees
/*
Expand Down

0 comments on commit f0e9c5d

Please sign in to comment.