Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Increase timeout for tests
  • Loading branch information
Tim Branyen committed Jul 12, 2014
commit 759b7a3507dab0a3ee44de2450ec44e578c4db3f
2 changes: 1 addition & 1 deletion test/runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var exec = promisify(function(command, callback) {
});

before(function(done) {
this.timeout(5000);
this.timeout(15000);

var url = "https://github.com/nodegit/nodegit";
var done = done.bind(null, null);
Expand Down