Changed slow setting on some tests
This commit is contained in:
+3
-3
@@ -94,12 +94,12 @@ function clientSession(sock, options) {
|
||||
* @param func callback(err, session)
|
||||
*/
|
||||
function client(options, callback) {
|
||||
var sock = new net.Socket();
|
||||
|
||||
if (typeof options === 'function') {
|
||||
callback = options;
|
||||
options = {};
|
||||
}
|
||||
|
||||
var sock = new net.Socket();
|
||||
|
||||
// Set default options
|
||||
options = merge({
|
||||
@@ -129,4 +129,4 @@ function client(options, callback) {
|
||||
}
|
||||
|
||||
// Expose some functions
|
||||
exports = module.exports = client;
|
||||
exports = module.exports = client;
|
||||
|
||||
Reference in New Issue
Block a user