Commit cb4101e6 authored by Jordan Frankfurt's avatar Jordan Frankfurt Committed by GitHub

fix(cypress): patch to add another parallelization and make timeout longer than block time (#5423)

parent 92b04331
...@@ -59,7 +59,7 @@ jobs: ...@@ -59,7 +59,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
containers: [1, 2, 3, 4] containers: [1, 2, 3, 4, 5]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: ./.github/actions/setup - uses: ./.github/actions/setup
......
...@@ -3,7 +3,7 @@ import { defineConfig } from 'cypress' ...@@ -3,7 +3,7 @@ import { defineConfig } from 'cypress'
export default defineConfig({ export default defineConfig({
projectId: 'yp82ef', projectId: 'yp82ef',
videoUploadOnPasses: false, videoUploadOnPasses: false,
defaultCommandTimeout: 10000, defaultCommandTimeout: 24000, // 2x average block time
chromeWebSecurity: false, chromeWebSecurity: false,
e2e: { e2e: {
setupNodeEvents(on, config) { setupNodeEvents(on, config) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment