now recovering from errors

This commit is contained in:
2016-07-24 19:56:32 +02:00
parent fc91384a76
commit 86fedee9ed
7 changed files with 15 additions and 9 deletions

View File

@@ -33,7 +33,7 @@ describe("cert",function(){
testCert.should.be.instanceof(cert.Cert);
})
it("should get a valid certificate",function(done){
this.timeout(400000);
this.timeout(1200000);
let promiseArray = [];
function getRandomArbitrary(min, max) {
return Math.floor(Math.random() * (max - min) + min);