We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b8c728 commit 4338ba5Copy full SHA for 4338ba5
insecure/rpc_inspector/metrics_inspector_test.go
@@ -81,5 +81,5 @@ func TestMetricsInspector_ObserveRPC(t *testing.T) {
81
// eventually we should process each spammed control message and observe metrics for them
82
require.Eventually(t, func() bool {
83
return metricsObservedCount.Load() == int64(controlMessageCount)
84
- }, 2*time.Second, 10*time.Millisecond, "did not observe metrics for all control messages on time")
+ }, 5*time.Second, 10*time.Millisecond, "did not observe metrics for all control messages on time")
85
}
0 commit comments