Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 27a4a94

Browse files
committed
ci: lower test timeout to reduce chances of hitting overall 2hr timeout
1 parent 4658938 commit 27a4a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-e2e.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ env:
2828
DATADOG_TRACE_NEXTJS_TEST: true
2929
DATADOG_API_KEY: foo
3030
TEST_CONCURRENCY: 2
31-
NEXT_E2E_TEST_TIMEOUT: 600000
31+
NEXT_E2E_TEST_TIMEOUT: 300_000
3232
NEXT_TELEMETRY_DISABLED: 1
3333
NEXT_SKIP_NATIVE_POSTINSTALL: 1
3434
TURBO_API: ${{ secrets.TURBO_API }}

0 commit comments

Comments
 (0)