Changed slow setting on some tests
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ function checkuserpass(username, password, callback) {
|
||||
}
|
||||
|
||||
describe('Sessions', function() {
|
||||
this.slow(2);
|
||||
this.slow(200);
|
||||
|
||||
it('should setup a basic server and client and then directly unbinding again', function(done) {
|
||||
portfinder.getPort(function(err, freePort) {
|
||||
|
||||
Reference in New Issue
Block a user