jetty-9 - HTTP client: increased the test timeout.

This commit is contained in:
Simone Bordet 2012-09-20 17:48:30 +02:00
parent df699cde27
commit 80e1e7b47b
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ public class HttpClientLoadTest extends AbstractHttpClientServerTest
}
testThread.interrupt();
}
}, iterations * ("http".equalsIgnoreCase(scheme) ? 10 : 500), TimeUnit.MILLISECONDS);
}, iterations * ("http".equalsIgnoreCase(scheme) ? 10 : 1000), TimeUnit.MILLISECONDS);
long begin = System.nanoTime();
for (int i = 0; i < iterations; ++i)