Skip to content

Commit b4ab7a0

Browse files
committed
Add constant maxResourceCount
1 parent d64fef2 commit b4ab7a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/suite/reconfig_test.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,14 @@ import (
2525
)
2626

2727
var _ = Describe("Reconfiguration Performance Testing", Ordered, Label("reconfiguration", "nfr"), func() {
28+
// used for cleaning up resources
29+
const maxResourceCount = 150
30+
2831
var (
2932
scrapeInterval = 15 * time.Second
3033
queryRangeStep = 5 * time.Second
3134
promInstance framework.PrometheusInstance
3235
promPortForwardStopCh = make(chan struct{})
33-
maxResourceCount = 150
3436

3537
reconfigNamespace core.Namespace
3638

0 commit comments

Comments
 (0)