We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e87c5e1 commit 8dfe64dCopy full SHA for 8dfe64d
cmd/otel-allocator/watcher/promOperator_test.go
@@ -1080,7 +1080,7 @@ func TestNamespaceLabelUpdate(t *testing.T) {
1080
1081
select {
1082
case <-events:
1083
- case <-time.After(3 * time.Second):
+ case <-time.After(5 * time.Second):
1084
}
1085
1086
got, err = w.LoadConfig(context.Background())
go.mod
@@ -2,8 +2,6 @@ module github.com/open-telemetry/opentelemetry-operator
2
3
go 1.22.0
4
5
-toolchain go1.22.5
6
-
7
retract v1.51.0
8
9
require (
0 commit comments