update timeout
This commit is contained in:
parent
99db0b902e
commit
ad2a1ac03d
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user