Merge pull request #52 from matiu/travis/to

more timeout to travis
This commit is contained in:
Matias Alejo Garcia 2015-02-20 15:25:53 -03:00
commit 96f0a5271e
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) {