now waiting for response to be stored before ending streaming request
This commit is contained in:
@ -35,10 +35,8 @@ describe("dockersock", function () {
|
||||
it("should return a change Objservable", function (done) {
|
||||
this.timeout(10000);
|
||||
testDockersock.getChangeObservable();
|
||||
setTimeout(() => {
|
||||
testDockersock.endRequests();
|
||||
done();
|
||||
}, 5000);
|
||||
testDockersock.endRequests();
|
||||
done();
|
||||
})
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user