Fix hs-nodets test and re-enable it
diff --git a/lib/nodets/test/client.ts b/lib/nodets/test/client.ts
index eb3db79..4fa3c28 100644
--- a/lib/nodets/test/client.ts
+++ b/lib/nodets/test/client.ts
@@ -56,7 +56,7 @@
function runTests() {
testDriver(client, function (status: string) {
console.log(status);
- connection.end();
+ process.exit(0);
});
}
diff --git a/test/known_failures_Linux.json b/test/known_failures_Linux.json
index 6d3a05e..1ab2af5 100644
--- a/test/known_failures_Linux.json
+++ b/test/known_failures_Linux.json
@@ -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",
diff --git a/test/tests.json b/test/tests.json
index b70dbd8..43d6ded 100644
--- a/test/tests.json
+++ b/test/tests.json
@@ -730,7 +730,7 @@
]
},
"client": {
- "timeout": 5,
+ "timeout": 6,
"command": [
"runClient.sh"
]