Skip to content

Commit

Permalink
More generous timeout for Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcnr-hx committed Dec 1, 2015
1 parent 72d1d48 commit d75589b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/server.js
Expand Up @@ -23,4 +23,4 @@ setTimeout(function() {
async.map(instances, function(dbStore, callback) {
dbStore.populate(callback);
});
}, 5000);
}, 10000);
2 changes: 1 addition & 1 deletion test/proxy.js
Expand Up @@ -29,5 +29,5 @@ before(function(done) {
async.map(instances, function(dbStore, callback) {
dbStore.populate(callback);
}, done);
}, 5000);
}, 10000);
});

0 comments on commit d75589b

Please sign in to comment.