Skip to content

Commit 759b7a3

Browse files
author
Tim Branyen
committed
Increase timeout for tests
1 parent 75b7424 commit 759b7a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ var exec = promisify(function(command, callback) {
77
});
88

99
before(function(done) {
10-
this.timeout(5000);
10+
this.timeout(15000);
1111

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

0 commit comments

Comments
 (0)