Skip to content

Commit

Permalink
fixup! cloud/expv2: Pool of concurrent flushers
Browse files Browse the repository at this point in the history
  • Loading branch information
codebien committed Jun 13, 2023
1 parent 64116b1 commit e74420e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion output/cloud/expv2/metrics_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func newMetricsClient(
baseURL: host + "/v2/metrics/",
token: token,
userAgent: "k6cloud/v" + consts.Version,
waitFor: func(d time.Duration) { <-time.After(d) },
waitFor: func(d time.Duration) { time.Sleep(d) },
}, nil
}

Expand Down

0 comments on commit e74420e

Please sign in to comment.