We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9b8bd3 commit 9372f14Copy full SHA for 9372f14
exporter/collstats_collector_test.go
@@ -33,6 +33,7 @@ import (
33
)
34
35
func TestCollStatsCollectorAccountIndexes(t *testing.T) {
36
+ t.Parallel()
37
ctx, cancel := context.WithTimeout(t.Context(), 3*time.Second)
38
defer cancel()
39
0 commit comments