Fix hs-nodets test and re-enable it

This commit is contained in:
Mustafa Senol Cosar 2018-11-30 20:02:00 +03:00 committed by James E. King III
parent 2c69b5a01e
commit dd965c1eb4
3 changed files with 2 additions and 3 deletions

View File

@ -56,7 +56,7 @@ runTests();
function runTests() {
testDriver(client, function (status: string) {
console.log(status);
connection.end();
process.exit(0);
});
}

View File

@ -321,7 +321,6 @@
"hs-csharp_binary_framed-ip",
"hs-csharp_compact_buffered-ip",
"hs-csharp_compact_framed-ip",
"hs-nodets_binary_buffered-ip",
"nodejs-cpp_binary_http-domain",
"nodejs-cpp_binary_http-ip",
"nodejs-cpp_binary_http-ip-ssl",

View File

@ -730,7 +730,7 @@
]
},
"client": {
"timeout": 5,
"timeout": 6,
"command": [
"runClient.sh"
]