From 9b0951d5c58590a02dc47b3957d8a28d213a586e Mon Sep 17 00:00:00 2001 From: Greg Wilkins Date: Fri, 5 Aug 2016 17:04:14 +1000 Subject: [PATCH] increase test timeout --- .../jetty/http2/client/http/MaxConcurrentStreamsTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jetty-http2/http2-http-client-transport/src/test/java/org/eclipse/jetty/http2/client/http/MaxConcurrentStreamsTest.java b/jetty-http2/http2-http-client-transport/src/test/java/org/eclipse/jetty/http2/client/http/MaxConcurrentStreamsTest.java index c456d0261ab..82cdda72268 100644 --- a/jetty-http2/http2-http-client-transport/src/test/java/org/eclipse/jetty/http2/client/http/MaxConcurrentStreamsTest.java +++ b/jetty-http2/http2-http-client-transport/src/test/java/org/eclipse/jetty/http2/client/http/MaxConcurrentStreamsTest.java @@ -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