Skip to content

Commit 40155b1

Browse files
committed
interop-testing: Increase timeout for StressTestClientTest
gaugesShouldBeExported with TSAN doesn't finish in less than 6 seconds and sometimes takes 12 seconds.
1 parent 6a61a38 commit 40155b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interop-testing/src/test/java/io/grpc/testing/integration/StressTestClientTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
public class StressTestClientTest {
4545

4646
@Rule
47-
public final Timeout globalTimeout = Timeout.seconds(10);
47+
public final Timeout globalTimeout = Timeout.seconds(15);
4848

4949
@Test
5050
public void ipv6AddressesShouldBeSupported() {

0 commit comments

Comments
 (0)