🔧(frontend) increase test-e2e-other-browser action timeout
It was failing at 20min, increase the timeout to 30 min
This commit is contained in:
committed by
Anthony LC
parent
d1cbdfd819
commit
75f2e547e0
2
.github/workflows/impress-frontend.yml
vendored
2
.github/workflows/impress-frontend.yml
vendored
@@ -101,7 +101,7 @@ jobs:
|
|||||||
test-e2e-other-browser:
|
test-e2e-other-browser:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: test-e2e-chromium
|
needs: test-e2e-chromium
|
||||||
timeout-minutes: 20
|
timeout-minutes: 30
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user