mirror of https://github.com/grpc/grpc-java.git
interop-testing: deflake MoreInProcessTest
This commit is contained in:
parent
0e32152229
commit
d7659411eb
|
|
@ -50,8 +50,10 @@ import org.junit.runners.JUnit4;
|
||||||
public class MoreInProcessTest {
|
public class MoreInProcessTest {
|
||||||
private static final String UNIQUE_SERVER_NAME =
|
private static final String UNIQUE_SERVER_NAME =
|
||||||
"in-process server for " + MoreInProcessTest.class;
|
"in-process server for " + MoreInProcessTest.class;
|
||||||
|
|
||||||
|
// Use a fairly large timeout to work around classloading slowness.
|
||||||
@Rule
|
@Rule
|
||||||
public final Timeout globalTimeout = new Timeout(1, TimeUnit.SECONDS);
|
public final Timeout globalTimeout = new Timeout(10, TimeUnit.SECONDS);
|
||||||
// use a mutable service registry for later registering the service impl for each test case.
|
// use a mutable service registry for later registering the service impl for each test case.
|
||||||
private final MutableHandlerRegistry serviceRegistry = new MutableHandlerRegistry();
|
private final MutableHandlerRegistry serviceRegistry = new MutableHandlerRegistry();
|
||||||
private final Server inProcessServer = InProcessServerBuilder.forName(UNIQUE_SERVER_NAME)
|
private final Server inProcessServer = InProcessServerBuilder.forName(UNIQUE_SERVER_NAME)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue