e2e/timelines.tsで個々のテストに対するtimeoutを削除, maxConcurrency: 32
This commit is contained in:
parent
38a5e09a36
commit
44f0064301
2 changed files with 6 additions and 6 deletions
|
|
@ -216,5 +216,5 @@ module.exports = {
|
|||
logHeapUsage: true, // To debug when out-of-memory happens on CI
|
||||
workerIdleMemoryLimit: '1GiB', // Limit the worker to 1GB (GitHub Workflows dies at 2GB)
|
||||
|
||||
maxConcurrency: 8,
|
||||
maxConcurrency: 32,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue