Skip to content

Commit 75f2e54

Browse files
olaurendeauAntoLC
authored andcommitted
🔧(frontend) increase test-e2e-other-browser action timeout
It was failing at 20min, increase the timeout to 30 min
1 parent d1cbdfd commit 75f2e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/impress-frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
test-e2e-other-browser:
102102
runs-on: ubuntu-latest
103103
needs: test-e2e-chromium
104-
timeout-minutes: 20
104+
timeout-minutes: 30
105105
steps:
106106
- name: Checkout repository
107107
uses: actions/checkout@v4

0 commit comments

Comments
 (0)