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:
parent
d9155b67e5
commit
c608dfddd7
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user