Skip to content

Commit a9bf098

Browse files
author
Israel Blancas
committed
Apply changes requested in CR
Signed-off-by: Israel Blancas <[email protected]>
1 parent 4e0dad0 commit a9bf098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/operator-metrics/metrics_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ func TestOperatorMetrics_Start(t *testing.T) {
7676
err = wait.PollUntilContextTimeout(
7777
ctxTimeout,
7878
time.Millisecond*100,
79-
time.Second*100,
79+
time.Second*10,
8080
true,
8181
func(ctx context.Context) (bool, error) {
8282
errGet := client.Get(ctx, types.NamespacedName{Name: "opentelemetry-operator-metrics-monitor", Namespace: "test-namespace"}, serviceMonitor)

0 commit comments

Comments
 (0)