mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-09 12:57:46 +00:00
[ci] increase concurrency for e2e tests (#10569)
Increase concurrency for e2e tests so they finish faster
This commit is contained in:
4
utils/chunk-tests.js
vendored
4
utils/chunk-tests.js
vendored
@@ -11,9 +11,9 @@ const runnersMap = new Map([
|
||||
runners: ['ubuntu-latest', 'macos-latest', 'windows-latest'],
|
||||
},
|
||||
],
|
||||
['test-e2e', { min: 1, max: 5, runners: ['ubuntu-latest'] }],
|
||||
['test-e2e', { min: 1, max: 7, runners: ['ubuntu-latest'] }],
|
||||
['test-next-local', { min: 1, max: 5, runners: ['ubuntu-latest'] }],
|
||||
['test-dev', { min: 1, max: 5, runners: ['ubuntu-latest', 'macos-latest'] }],
|
||||
['test-dev', { min: 1, max: 7, runners: ['ubuntu-latest', 'macos-latest'] }],
|
||||
]);
|
||||
|
||||
const packageOptionsOverrides = {
|
||||
|
||||
Reference in New Issue
Block a user