You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/data/v2/stub/metrics/BuiltinMetricsTracerTest.java
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -102,6 +102,7 @@
102
102
importjava.nio.charset.Charset;
103
103
importjava.time.Duration;
104
104
importjava.time.Instant;
105
+
importjava.time.temporal.ChronoUnit;
105
106
importjava.util.ArrayList;
106
107
importjava.util.Collections;
107
108
importjava.util.Iterator;
@@ -968,11 +969,12 @@ public ProxiedSocketAddress proxyFor(SocketAddress socketAddress) throws IOExcep
968
969
969
970
DurationgetCurrentDelayUsed() {
970
971
Instantlocal = lastProxyDelay;
971
-
// If the delay was never injected
972
+
// If the delay was never injected - add 1 ms for channel establishment
0 commit comments