Changed slow threshold for tests

This commit is contained in:
2015-06-11 21:33:05 +02:00
parent 3a8bb6846c
commit 16d3afcf9e
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@ var larvitsmpp = require('../larvitsmpp'),
assert = require('assert'); assert = require('assert');
describe('PDU convertion', function() { describe('PDU convertion', function() {
this.slow(2);
describe('No TLVs', function() { describe('No TLVs', function() {
it('should build a PDU buffer for bind_transceiver_resp with error correctly', function(done) { it('should build a PDU buffer for bind_transceiver_resp with error correctly', function(done) {
+1
View File
@@ -14,6 +14,7 @@ function checkuserpass(username, password, callback) {
} }
describe('Sessions', function() { describe('Sessions', function() {
this.slow(2);
it('should setup a basic server and client and then directly unbinding again', function(done) { it('should setup a basic server and client and then directly unbinding again', function(done) {
portfinder.getPort(function(err, freePort) { portfinder.getPort(function(err, freePort) {