diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8741ad129c1..78cd7724cf4f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,7 +108,7 @@ jobs: matrix: browser: [[chrome, chromium], [firefox, firefox], [edge, webkit]] - timeout-minutes: 10 + timeout-minutes: 30 env: BROWSER: ${{ matrix.browser[0] }} @@ -146,7 +146,7 @@ jobs: matrix: browser: [[chrome, chromium], [edge, webkit]] - timeout-minutes: 10 + timeout-minutes: 30 env: BROWSER: ${{ matrix.browser[0] }} @@ -179,7 +179,7 @@ jobs: test-browser-safari: runs-on: macos-latest - timeout-minutes: 10 + timeout-minutes: 30 steps: - uses: actions/checkout@v3