Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit 582cb46

Browse files
committed
revert flaky test changes
Change-Id: I8e0ad310444c754df71dc61782b23d007bbfdaba
1 parent 0d56011 commit 582cb46

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/data/v2/stub/metrics/BuiltinMetricsTracerTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ public void testQueuedOnChannelServerStreamLatencies() throws Exception {
708708
.isAtLeast(
709709
// Offset the expected latency to deal with asynchrony and jitter
710710
CHANNEL_BLOCKING_LATENCY.minus(
711-
Comparators.max(proxyDelayPriorTest, Duration.ofMillis(20))));
711+
Comparators.max(proxyDelayPriorTest, Duration.ofMillis(1))));
712712
}
713713

714714
@Test
@@ -734,7 +734,7 @@ public void testQueuedOnChannelUnaryLatencies() throws Exception {
734734
.isAtLeast(
735735
// Offset the expected latency to deal with asynchrony and jitter
736736
CHANNEL_BLOCKING_LATENCY.minus(
737-
Comparators.max(proxyDelayPriorTest, Duration.ofMillis(20))));
737+
Comparators.max(proxyDelayPriorTest, Duration.ofMillis(1))));
738738
}
739739

740740
@Test

0 commit comments

Comments
 (0)