This commit is contained in:
2016-06-22 13:35:15 +02:00
parent e9135c42af
commit 732e35d295
3 changed files with 4 additions and 4 deletions

View File

@ -30,7 +30,7 @@ describe("cert",function(){
})
it("should get a valid certificate",function(done){
this.timeout(120000);
testCert.getDomainCert("sub2.bleu.de").then(() => {
testCert.getDomainCert("sub3.bleu.de").then(() => {
done();
});
})