File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -1018,12 +1018,12 @@ jobs:
10181018
10191019 - name : Build E2E app
10201020 working-directory : dev-packages/e2e-tests/test-applications/${{ matrix.test-application }}
1021- timeout-minutes : 5
1021+ timeout-minutes : 7
10221022 run : pnpm ${{ matrix.build-command || 'test:build' }}
10231023
10241024 - name : Run E2E test
10251025 working-directory : dev-packages/e2e-tests/test-applications/${{ matrix.test-application }}
1026- timeout-minutes : 5
1026+ timeout-minutes : 10
10271027 run : pnpm test:assert
10281028
10291029 - name : Upload Playwright Traces
@@ -1039,7 +1039,7 @@ jobs:
10391039 uses : actions/upload-artifact@v4
10401040 if : always()
10411041 with :
1042- name : playwright- event-dumps-job_e2e_playwright_tests-${{ matrix.test-application }}
1042+ name : e2e-test- event-dumps
10431043 path : dev-packages/e2e-tests/test-applications/${{ matrix.test-application }}/event-dumps
10441044 overwrite : true
10451045 retention-days : 7
@@ -1176,12 +1176,12 @@ jobs:
11761176
11771177 - name : Build E2E app
11781178 working-directory : dev-packages/e2e-tests/test-applications/${{ matrix.test-application }}
1179- timeout-minutes : 5
1179+ timeout-minutes : 7
11801180 run : pnpm ${{ matrix.build-command || 'test:build' }}
11811181
11821182 - name : Run E2E test
11831183 working-directory : dev-packages/e2e-tests/test-applications/${{ matrix.test-application }}
1184- timeout-minutes : 5
1184+ timeout-minutes : 10
11851185 run : pnpm ${{ matrix.assert-command || 'test:assert' }}
11861186
11871187 - name : Deploy Astro to Cloudflare
@@ -1282,12 +1282,12 @@ jobs:
12821282
12831283 - name : Build E2E app
12841284 working-directory : dev-packages/e2e-tests/test-applications/${{ matrix.test-application }}
1285- timeout-minutes : 5
1285+ timeout-minutes : 7
12861286 run : yarn ${{ matrix.build-command || 'test:build' }}
12871287
12881288 - name : Run E2E test
12891289 working-directory : dev-packages/e2e-tests/test-applications/${{ matrix.test-application }}
1290- timeout-minutes : 5
1290+ timeout-minutes : 10
12911291 run : yarn test:assert
12921292
12931293 job_required_jobs_passed :
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ jobs:
140140
141141 - name : Build E2E app
142142 working-directory : dev-packages/e2e-tests/test-applications/${{ matrix.test-application }}
143- timeout-minutes : 5
143+ timeout-minutes : 7
144144 run : yarn ${{ matrix.build-command }}
145145
146146 - name : Run E2E test
You can’t perform that action at this time.
0 commit comments