We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1ff5fa commit d6f2b93Copy full SHA for d6f2b93
test/tests/remote.js
@@ -112,6 +112,9 @@ describe("Remote", function() {
112
});
113
114
it("can fetch from all remotes", function() {
115
+ // Set a reasonable timeout here for the fetchAll test
116
+ this.timeout(15000);
117
+
118
return this.repository.fetchAll({
119
credentials: function(url, userName) {
120
return NodeGit.Cred.sshKeyFromAgent(userName);
0 commit comments