e2e/timelines.tsで個々のテストに対するtimeoutを削除, maxConcurrency: 32

This commit is contained in:
tamaina
2024-07-17 17:33:27 +09:00
parent 38a5e09a36
commit 44f0064301
2 changed files with 6 additions and 6 deletions

View File

@@ -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,
};