Skip to content

Commit

Permalink
Update test concurrency (#50588)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed May 31, 2023
1 parent 56f09a5 commit ecd4ba0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
PNPM_VERSION: 7.24.3
NODE_MAINTENANCE_VERSION: 16
NODE_LTS_VERSION: 18
TEST_CONCURRENCY: 8
TEST_CONCURRENCY: 6
# TODO: remove after testing
# NEXT_TEST_CONTINUE_ON_ERROR: 'true'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ env:
PNPM_VERSION: 7.24.3
NODE_MAINTENANCE_VERSION: 16
NODE_LTS_VERSION: 18
TEST_CONCURRENCY: 8
TEST_CONCURRENCY: 6
# TODO: remove after testing
# NEXT_TEST_CONTINUE_ON_ERROR: 'true'

Expand Down
2 changes: 1 addition & 1 deletion test/integration/prerender/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,8 @@ describe('SSG Prerender', () => {
})
afterAll(async () => {
try {
stopApp(app)
await fs.remove(nextConfigPath)
await stopApp(app)

for (const page of fallbackTruePages) {
const pagePath = join(appDir, 'pages', page)
Expand Down

0 comments on commit ecd4ba0

Please sign in to comment.