test: Cypress | Flaky fix (#24759)

## Description
- This increases the timeout for /Datasources/MsSQL_Basic_Spec.ts
failure in CI - EE runs
This commit is contained in:
Aishwarya-U-R 2023-06-22 20:26:40 +05:30 committed by GitHub
parent d9155b67e5
commit c608dfddd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ describe("Validate MsSQL connection & basic querying with UI flows", () => {
containerName = "mssqldb";
before("Create MsSql container & adding data into it", () => {
dataSources.StartContainerNVerify("MsSql", containerName, 20000);
dataSources.StartContainerNVerify("MsSql", containerName);
dataSources.CreateDataSource("MsSql");
cy.get("@dsName").then(($dsName) => {