mirror of https://github.com/apache/cloudstack.git
minor test revert
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
parent
c859f8ba80
commit
56d8ae371c
|
|
@ -98,7 +98,7 @@ public class NioTest {
|
|||
testBytes = new byte[1000000];
|
||||
randomGenerator.nextBytes(testBytes);
|
||||
|
||||
server = new NioServer("NioTestServer", 0, 10, 1, 2 * totalTestCount, new NioTestServer(), null, null);
|
||||
server = new NioServer("NioTestServer", 0, 1, 1, 2 * totalTestCount, new NioTestServer(), null, null);
|
||||
try {
|
||||
server.start();
|
||||
} catch (final NioConnectionException e) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue