We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e0dad0 commit a9bf098Copy full SHA for a9bf098
internal/operator-metrics/metrics_test.go
@@ -76,7 +76,7 @@ func TestOperatorMetrics_Start(t *testing.T) {
76
err = wait.PollUntilContextTimeout(
77
ctxTimeout,
78
time.Millisecond*100,
79
- time.Second*100,
+ time.Second*10,
80
true,
81
func(ctx context.Context) (bool, error) {
82
errGet := client.Get(ctx, types.NamespacedName{Name: "opentelemetry-operator-metrics-monitor", Namespace: "test-namespace"}, serviceMonitor)
0 commit comments