Skip to content

Commit

Permalink
wait more
Browse files Browse the repository at this point in the history
Signed-off-by: zirain <zirain2009@gmail.com>
  • Loading branch information
zirain committed Oct 29, 2023
1 parent 43d2c63 commit 4fe491b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/tests/controlplane.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ var ControlPlaneTest = suite.ConformanceTest{
t.Errorf("failed to get service %s : %v", nn.String(), err)
}

if err := wait.PollUntilContextTimeout(context.TODO(), time.Second, time.Minute, true,
if err := wait.PollUntilContextTimeout(context.TODO(), time.Second, 2*time.Minute, true,
func(_ context.Context) (done bool, err error) {
if err := ScrapeMetrics(t, suite.Client, nn, 19001, "/metrics"); err != nil {
t.Logf("failed to get metric: %v", err)
Expand Down

0 comments on commit 4fe491b

Please sign in to comment.