reduce max number of concurrent clients in stress test since it is
over the default
This commit is contained in:
parent
3233dba5ad
commit
c58037b514
@ -34,7 +34,7 @@ test('many queries', function() {
|
|||||||
|
|
||||||
test('many clients', function() {
|
test('many clients', function() {
|
||||||
var clients = [];
|
var clients = [];
|
||||||
for(var i = 0; i < 20; i++) {
|
for(var i = 0; i < 10; i++) {
|
||||||
clients.push(new Client(helper.connectionString()));
|
clients.push(new Client(helper.connectionString()));
|
||||||
}
|
}
|
||||||
clients.forEach(function(client) {
|
clients.forEach(function(client) {
|
||||||
|
Loading…
Reference in New Issue
Block a user