Double the timeout of LocalTransportThreadModelTest

- because it seems to make the build unstable in CloudBees
This commit is contained in:
Trustin Lee 2012-08-19 15:12:18 +09:00
parent 8bfbebc772
commit 7b213d2c93

View File

@ -204,7 +204,7 @@ public class LocalTransportThreadModelTest {
}
}
@Test(timeout = 60000)
@Test(timeout = 120000)
public void testConcurrentMessageBufferAccess() throws Throwable {
EventLoopGroup l = new LocalEventLoopGroup(4, new PrefixThreadFactory("l"));
EventExecutorGroup e1 = new DefaultEventExecutorGroup(4, new PrefixThreadFactory("e1"));