From dce8e1394204fe8fc1ef66fe774e7c5b4abdd71e Mon Sep 17 00:00:00 2001 From: Marcel Ludwig Date: Fri, 16 Dec 2022 16:07:43 +0100 Subject: [PATCH] test fixup; increase time --- server/http_telemetry_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/http_telemetry_test.go b/server/http_telemetry_test.go index c82a76c87..7c612123c 100644 --- a/server/http_telemetry_test.go +++ b/server/http_telemetry_test.go @@ -33,7 +33,7 @@ func TestServeMetrics(t *testing.T) { helper.Must(res.Body.Close()) } - time.Sleep(time.Second * 2) + time.Sleep(time.Second * 3) res, err := client.Do(mreq) if err != nil {