From ad2a1ac03db2b53ec7800ec34f01e1a98ada5ab5 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Mon, 11 Jul 2016 17:44:02 +0200 Subject: [PATCH] update timeout --- test/test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();