Skip to content

Commit

Permalink
Increase timeout value to 100000
Browse files Browse the repository at this point in the history
Signed-off-by: Tian Na <[email protected]>
  • Loading branch information
tiantn committed Jun 27, 2023
1 parent c1621e3 commit dd9e6f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ describe("FtpMvsApi", () => {
await expect(async () => {
await MvsApi.putContents(mockParams.inputFilePath, mockParams.dataSetName, mockParams.options);
}).rejects.toThrow(ZoweFtpExtensionError);
}, 45000);
}, 100000);

it("should throw error when create dataset failed", async () => {
jest.spyOn(DataSetUtils, "allocateDataSet").mockImplementationOnce(
Expand Down

0 comments on commit dd9e6f6

Please sign in to comment.