Skip to content

Commit

Permalink
chore: add 3 minute timeout to GrpcDirectStreamControllerTest (#1690)
Browse files Browse the repository at this point in the history
* chore: add 2 minute timeout to GrpcDirectStreamControllerTest

* chore: 3 minute timeout to GrpcDirectStreamControllerTest
  • Loading branch information
burkedavison authored May 23, 2023
1 parent c0ea245 commit 96324c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
@RunWith(JUnit4.class)
public class GrpcDirectStreamControllerTest {

@Test
@Test(timeout = 180_000) // ms
public void testRetryNoRaceCondition() throws Exception {
Server server = ServerBuilder.forPort(1234).addService(new FakeService()).build();
server.start();
Expand Down

0 comments on commit 96324c2

Please sign in to comment.