Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit93705c9

Browse files
committed
less concurrency, less retries
1 parentb19f637 commit93705c9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎.github/workflows/test-e2e.yml‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ env:
2626
# In older versions of Next.js both of these need to be set to enable junit reporting
2727
DATADOG_TRACE_NEXTJS_TEST:true
2828
DATADOG_API_KEY:foo
29-
TEST_CONCURRENCY:2
29+
TEST_CONCURRENCY:1
30+
TEST_RETRIES:3
3031
NEXT_E2E_TEST_TIMEOUT:300000
3132
NEXT_TELEMETRY_DISABLED:1
3233
NEXT_SKIP_NATIVE_POSTINSTALL:1
@@ -240,7 +241,7 @@ jobs:
240241
IS_WEBPACK_TEST:${{ steps.decide-default-bundler.outputs.default_bundler == 'webpack' && '1' || '' }}
241242
IS_TURBOPACK_TEST:${{ steps.decide-default-bundler.outputs.default_bundler == 'turbopack' && '1' || '' }}
242243
NODE_OPTIONS:--import ${{ github.workspace }}/${{ env.runtime-path}}/tools/fetch-retry.mjs
243-
run:node run-tests.js -g ${{ matrix.group }}/${{ needs.setup.outputs.total }} -c ${TEST_CONCURRENCY} --type e2e --retries4
244+
run:node run-tests.js -g ${{ matrix.group }}/${{ needs.setup.outputs.total }} -c ${TEST_CONCURRENCY} --type e2e --retries${TEST_RETRIES}
244245
working-directory:${{ env.next-path }}
245246

246247
-name:Upload Test Results

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp