From 68172a9501bf7b1532929a2a3ff284dd78dc4463 Mon Sep 17 00:00:00 2001 From: Adrien Castex Date: Thu, 3 Aug 2017 12:03:15 +0200 Subject: [PATCH] Added more server ports to the tests of the v2 --- test/v2/root.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/v2/root.js b/test/v2/root.js index ee35fc9b..3f572e87 100644 --- a/test/v2/root.js +++ b/test/v2/root.js @@ -238,5 +238,5 @@ if(!module.parent) port: 1900, showExceptions : true, timeout: 6000, - nbReservedSocketPerTest: 20 + nbReservedSocketPerTest: 30 })