increase test timeout

This commit is contained in:
Greg Wilkins 2016-08-05 17:04:14 +10:00
parent 9beef8e7a1
commit 9b0951d5c5
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ public class MaxConcurrentStreamsTest extends AbstractTest
@Test
public void testOneConcurrentStream() throws Exception
{
long sleep = 1000;
long sleep = 2000;
start(1, new AbstractHandler()
{
@Override