longer waiting time, and another os

This commit is contained in:
einhornimmond 2024-12-20 18:52:27 +01:00
parent d4ce7539e2
commit b26be513f4
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ on: push
jobs:
end-to-end-tests:
name: End-to-End Tests
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v3

View File

@ -35,8 +35,8 @@ export default defineConfig({
excludeSpecPattern: '*.js',
baseUrl: 'http://localhost:3000',
chromeWebSecurity: false,
defaultCommandTimeout: 100000,
pageLoadTimeout: 120000,
defaultCommandTimeout: 200000,
pageLoadTimeout: 240000,
supportFile: 'cypress/support/index.ts',
viewportHeight: 720,
viewportWidth: 1280,