increase test timeout
This commit is contained in:
parent
9beef8e7a1
commit
9b0951d5c5
|
@ -52,7 +52,7 @@ public class MaxConcurrentStreamsTest extends AbstractTest
|
||||||
@Test
|
@Test
|
||||||
public void testOneConcurrentStream() throws Exception
|
public void testOneConcurrentStream() throws Exception
|
||||||
{
|
{
|
||||||
long sleep = 1000;
|
long sleep = 2000;
|
||||||
start(1, new AbstractHandler()
|
start(1, new AbstractHandler()
|
||||||
{
|
{
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue