added test timeout for SPDY echo test

This commit is contained in:
Jestan Nirojan 2012-02-11 23:04:25 +05:30
parent fe3a480fb9
commit a298398630

View File

@ -164,7 +164,7 @@ public abstract class AbstractSocketSpdyEchoTest {
protected abstract ChannelFactory newServerSocketChannelFactory(Executor executor);
protected abstract ChannelFactory newClientSocketChannelFactory(Executor executor);
@Test
@Test(timeout = 10000)
public void testSpdyEcho() throws Throwable {
ServerBootstrap sb = new ServerBootstrap(newServerSocketChannelFactory(executor));
ClientBootstrap cb = new ClientBootstrap(newClientSocketChannelFactory(executor));