From ac047175bed5a8d4588b29fefaa2275401f99c4f Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Fri, 14 Apr 2023 23:41:10 +0200 Subject: [PATCH] ci: increase timeout for browser tests [skip ci] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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