Increase the timeout of LocalTransportThreadModelTest to 1 minute
This commit is contained in:
parent
c165a38e15
commit
faf529166f
@ -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"));
|
||||
|
Loading…
Reference in New Issue
Block a user