Skip to content

Commit 8dfe64d

Browse files
committed
comments
1 parent e87c5e1 commit 8dfe64d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

cmd/otel-allocator/watcher/promOperator_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1080,7 +1080,7 @@ func TestNamespaceLabelUpdate(t *testing.T) {
10801080

10811081
select {
10821082
case <-events:
1083-
case <-time.After(3 * time.Second):
1083+
case <-time.After(5 * time.Second):
10841084
}
10851085

10861086
got, err = w.LoadConfig(context.Background())

go.mod

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module github.com/open-telemetry/opentelemetry-operator
22

33
go 1.22.0
44

5-
toolchain go1.22.5
6-
75
retract v1.51.0
86

97
require (

0 commit comments

Comments
 (0)