mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 02:45:22 +00:00
Fix hs-nodets test and re-enable it
This commit is contained in:
parent
2c69b5a01e
commit
dd965c1eb4
@ -56,7 +56,7 @@ runTests();
|
||||
function runTests() {
|
||||
testDriver(client, function (status: string) {
|
||||
console.log(status);
|
||||
connection.end();
|
||||
process.exit(0);
|
||||
});
|
||||
}
|
||||
|
||||
|
@ -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",
|
||||
|
@ -730,7 +730,7 @@
|
||||
]
|
||||
},
|
||||
"client": {
|
||||
"timeout": 5,
|
||||
"timeout": 6,
|
||||
"command": [
|
||||
"runClient.sh"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user