Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

Commit 518ad1f

Browse files
committed
bump thresholds for CircleCI
1 parent f2582d8 commit 518ad1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stacktest/tests/end2end_carbon/end2end_carbon_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ func TestStartup(t *testing.T) {
7070
case <-tracker.Match(matchers):
7171
fmt.Println("stack now running.")
7272
fmt.Println("Go to http://localhost:3000 (and login as admin:admin) to see what's going on")
73-
case <-time.After(time.Second * 40):
73+
case <-time.After(time.Second * 70):
7474
grafana.PostAnnotation("TestStartup:FAIL")
7575
t.Fatal("timed out while waiting for all metrictank instances to come up")
7676
}

0 commit comments

Comments
 (0)