From f0e9c5d8264fff1c113d57015be31aaea6825d6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferenc=20S=C3=A1rai?= Date: Wed, 31 Jul 2024 10:20:39 +0200 Subject: [PATCH] feat(act): increase sleep time before dwonload with grantee --- pkg/check/act/act.go | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/pkg/check/act/act.go b/pkg/check/act/act.go index 59a3c440c..522c569d2 100644 --- a/pkg/check/act/act.go +++ b/pkg/check/act/act.go @@ -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() @@ -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 /*