jetty-9 - HTTP client: using longer timeout to check for test completion in the SSL case.
This commit is contained in:
parent
0a5d32eb2f
commit
ce4ffa7ad3
|
@ -90,7 +90,7 @@ public class HttpClientLoadTest extends AbstractHttpClientServerTest
|
||||||
}
|
}
|
||||||
testThread.interrupt();
|
testThread.interrupt();
|
||||||
}
|
}
|
||||||
}, iterations * ("http".equalsIgnoreCase(scheme) ? 10 : 100), TimeUnit.MILLISECONDS);
|
}, iterations * ("http".equalsIgnoreCase(scheme) ? 10 : 200), TimeUnit.MILLISECONDS);
|
||||||
|
|
||||||
long begin = System.nanoTime();
|
long begin = System.nanoTime();
|
||||||
for (int i = 0; i < iterations; ++i)
|
for (int i = 0; i < iterations; ++i)
|
||||||
|
|
Loading…
Reference in New Issue