diff --git a/test/test.ts b/test/test.ts index db61e0f..f483683 100644 --- a/test/test.ts +++ b/test/test.ts @@ -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();