cypress-io / cypress-realworld-app

A payment application to demonstrate real-world usage of Cypress testing methods, patterns, and workflows.

Home Page:https://docs.cypress.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cypress Cloud times out waiting for CircleCI on Windows

MikeMcC399 opened this issue · comments

Description

PRs often fail CI tests in Windows

See for instance https://app.circleci.com/pipelines/github/cypress-io/cypress-realworld-app/5310/workflows/9345ebaf-8699-43be-907d-908dd7f40699/jobs/33230

The run you are attempting to access is already complete and will not accept new groups.

The existing run is: https://cloud.cypress.io/projects/7s5okt/runs

When a run finishes all of its groups, it waits for a configurable set of time before finally completing. You must add more groups during that time period.

Expectation

The CI tests should run reliably and not time out.

Suggestion

Increase the Cypress Cloud timeout on https://cloud.cypress.io/projects/7s5okt/runs

I can't view the current value. This needs to be examined by somebody with write access to the project.

Windows is typically taking 15-18 minutes to set up, whereas linux takes 4-5 minutes.

This issue still occurs sometimes. The last time was June 5, 2023.
See https://app.circleci.com/pipelines/github/cypress-io/cypress-realworld-app?branch=develop for an overview.

No current failures.
I will re-open if necessary.