jetty-9 - HTTP client: using longer timeout to check for test completion in the SSL case.

This commit is contained in:
Simone Bordet 2012-09-17 21:44:06 +02:00
parent 0a5d32eb2f
commit ce4ffa7ad3
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 : 100), TimeUnit.MILLISECONDS);
}, iterations * ("http".equalsIgnoreCase(scheme) ? 10 : 200), TimeUnit.MILLISECONDS);
long begin = System.nanoTime();
for (int i = 0; i < iterations; ++i)