Skip to content

Commit 4338ba5

Browse files
committed
Update metrics_inspector_test.go
1 parent 5b8c728 commit 4338ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

insecure/rpc_inspector/metrics_inspector_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ func TestMetricsInspector_ObserveRPC(t *testing.T) {
8181
// eventually we should process each spammed control message and observe metrics for them
8282
require.Eventually(t, func() bool {
8383
return metricsObservedCount.Load() == int64(controlMessageCount)
84-
}, 2*time.Second, 10*time.Millisecond, "did not observe metrics for all control messages on time")
84+
}, 5*time.Second, 10*time.Millisecond, "did not observe metrics for all control messages on time")
8585
}

0 commit comments

Comments
 (0)