diff --git a/org.jgrapes.http/test/org/jgrapes/http/test/ClientTest.java b/org.jgrapes.http/test/org/jgrapes/http/test/ClientTest.java index e7f12de4a97..1b4970a5f2f 100644 --- a/org.jgrapes.http/test/org/jgrapes/http/test/ClientTest.java +++ b/org.jgrapes.http/test/org/jgrapes/http/test/ClientTest.java @@ -274,7 +274,7 @@ public void testConnectionRefused() assertEquals(ConnectError.class, doneEvent.get().getClass()); } - @Test // (timeout = 1500) + @Test(timeout = 1500) public void testGetMatchTop() throws IOException, InterruptedException, ExecutionException { URL url = new URL(protocol, "localhost", srvPort(), "/top");