Fixing for build on Windows 7, timeout occurs with values under 3000 on modern hardware

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1210 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Joakim Erdfelt 2010-01-21 18:41:35 +00:00
parent d7a8e421e1
commit 4a35f6c109
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ public class ConnectionTest extends TestCase
exchange.setURI("/");
httpClient.send(exchange);
boolean passed = latch.await(1000, TimeUnit.MILLISECONDS);
boolean passed = latch.await(4000, TimeUnit.MILLISECONDS);
assertTrue(passed);
long wait = 100;