Skip to content

Commit

Permalink
Lower cypress workers to four (streamlit#8573)
Browse files Browse the repository at this point in the history
## Describe your changes

We have migrated a couple of additional tests which allows us to lower
the total cypress worker count to four.

---

**Contribution License Agreement**

By submitting this pull request you agree that all contributions to this
project are made under the Apache 2.0 license.
  • Loading branch information
lukasmasuch authored and benjamin-awd committed Sep 29, 2024
1 parent 99095b9 commit 2c81695
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# Be aware that specs should be sequential integers starting from 1 without gaps
# based on logic in "Cypress Tests" step.
# prettier-ignore
specs: [ 1, 2, 3, 4, 5, 6, ]
specs: [ 1, 2, 3, 4, ]

steps:
- name: Checkout Streamlit code
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
env:
CURRENT_RUN: ${{matrix.specs}}
CYPRESS_VERIFY_TIMEOUT: 90000
TOTAL_WORKERS: 6
TOTAL_WORKERS: 4
run: |
js_specs=(e2e/specs/*)
Expand Down

0 comments on commit 2c81695

Please sign in to comment.