improve reamde

This commit is contained in:
2016-07-04 00:13:32 +02:00
parent e07f5717c8
commit 4e12b7ee3b
6 changed files with 18 additions and 10 deletions

View File

@@ -58,7 +58,7 @@ describe("smartgit", function () {
});
});
describe("pull", function () {
this.timeout(10000);
this.timeout(20000);
it("should error for noGit", function () {
smartgit.pull(paths.noGit);
});

View File

@@ -60,7 +60,7 @@ describe("smartgit",function(){
})
});
describe("pull",function(){
this.timeout(10000);
this.timeout(20000);
it("should error for noGit",function(){
smartgit.pull(paths.noGit);
});