Increase the timeout of LocalTransportThreadModelTest to 1 minute

This commit is contained in:
Trustin Lee 2012-06-17 11:17:16 +09:00
parent c165a38e15
commit faf529166f

View File

@ -204,7 +204,7 @@ public class LocalTransportThreadModelTest {
}
}
@Test(timeout = 30000)
@Test(timeout = 60000)
public void testConcurrentMessageBufferAccess() throws Throwable {
EventLoop l = new LocalEventLoop(4, new PrefixThreadFactory("l"));
EventExecutor e1 = new DefaultEventExecutor(4, new PrefixThreadFactory("e1"));