Skip to content

Commit d6f2b93

Browse files
author
John Haley
committed
Set a higher timeout for the fetchAll test
1 parent c1ff5fa commit d6f2b93

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/tests/remote.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ describe("Remote", function() {
112112
});
113113

114114
it("can fetch from all remotes", function() {
115+
// Set a reasonable timeout here for the fetchAll test
116+
this.timeout(15000);
117+
115118
return this.repository.fetchAll({
116119
credentials: function(url, userName) {
117120
return NodeGit.Cred.sshKeyFromAgent(userName);

0 commit comments

Comments
 (0)