update timeout

This commit is contained in:
Phil Kunz 2016-07-11 17:44:02 +02:00
parent 99db0b902e
commit ad2a1ac03d

View File

@ -1,5 +1,5 @@
import "typings-test";
import "should"
import "should";
import {Dockersock} from "../dist/index"
@ -26,7 +26,7 @@ describe("dockersock",function(){
});
});
it("should pull an image from imagetag",function(done){
this.timeout(30000);
this.timeout(60000);
testDockersock.pullImage("hosttoday%2Fht-docker-dbase")
.then((dataArg)=>{
done();