Skip to content

Commit 96324c2

Browse files
authored
chore: add 3 minute timeout to GrpcDirectStreamControllerTest (#1690)
* chore: add 2 minute timeout to GrpcDirectStreamControllerTest * chore: 3 minute timeout to GrpcDirectStreamControllerTest
1 parent c0ea245 commit 96324c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gax-java/gax-grpc/src/test/java/com/google/api/gax/grpc/GrpcDirectStreamControllerTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
@RunWith(JUnit4.class)
6060
public class GrpcDirectStreamControllerTest {
6161

62-
@Test
62+
@Test(timeout = 180_000) // ms
6363
public void testRetryNoRaceCondition() throws Exception {
6464
Server server = ServerBuilder.forPort(1234).addService(new FakeService()).build();
6565
server.start();

0 commit comments

Comments
 (0)