Browse Source

Merge pull request #52 from matiu/travis/to

more timeout to travis
activeAddress
Matias Alejo Garcia 10 years ago
parent
commit
96f0a5271e
  1. 1
      test/integration/clientApi.js

1
test/integration/clientApi.js

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

Loading…
Cancel
Save