update timeout
This commit is contained in:
parent
99db0b902e
commit
ad2a1ac03d
@ -1,5 +1,5 @@
|
|||||||
import "typings-test";
|
import "typings-test";
|
||||||
import "should"
|
import "should";
|
||||||
|
|
||||||
import {Dockersock} from "../dist/index"
|
import {Dockersock} from "../dist/index"
|
||||||
|
|
||||||
@ -26,7 +26,7 @@ describe("dockersock",function(){
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
it("should pull an image from imagetag",function(done){
|
it("should pull an image from imagetag",function(done){
|
||||||
this.timeout(30000);
|
this.timeout(60000);
|
||||||
testDockersock.pullImage("hosttoday%2Fht-docker-dbase")
|
testDockersock.pullImage("hosttoday%2Fht-docker-dbase")
|
||||||
.then((dataArg)=>{
|
.then((dataArg)=>{
|
||||||
done();
|
done();
|
||||||
|
Loading…
Reference in New Issue
Block a user