Skip to content

Commit

Permalink
increase timeout for cy-in-cy on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
marktnoonan committed Nov 6, 2022
1 parent cb86749 commit a2ac561
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const PROJECTS: {projectName: ProjectDirs[number], test: string}[] = [

// TODO: Add these tests to another cy-in-cy framework test to reduce CI cost as these scaffolding is expensive
for (const { projectName, test } of PROJECTS) {
describe(`CT Mount ${projectName}`, { viewportWidth: 1500, defaultCommandTimeout: 30000 }, () => {
describe(`CT Mount ${projectName}`, { viewportWidth: 1500, defaultCommandTimeout: 45000 }, () => {
beforeEach(() => {
cy.scaffoldProject(projectName)
cy.findBrowsers()
Expand Down

0 comments on commit a2ac561

Please sign in to comment.