more timeout to travis

This commit is contained in:
Matias Alejo Garcia 2015-02-20 15:24:49 -03:00
parent 0cdf5759da
commit 612123b3e8
1 changed files with 1 additions and 0 deletions

View File

@ -593,6 +593,7 @@ describe('client API ', function() {
});
describe('Transactions Signatures and Rejection', function() {
this.timeout(5000);
it('Send and broadcast in 1-1 wallet', function(done) {
helpers.createAndJoinWallet(clients, 1, 1, function(err, w) {
clients[0].createAddress(function(err, x0) {