Skip to content

Commit

Permalink
test fixup; increase time
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Ludwig committed Dec 16, 2022
1 parent 8777a48 commit dce8e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/http_telemetry_test.go
Expand Up @@ -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 {
Expand Down

0 comments on commit dce8e13

Please sign in to comment.