mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Try running tests serially
This commit is contained in:
@@ -70,7 +70,7 @@ for (let packageName in CONFIG.appMetadata.packageDependencies) {
|
||||
|
||||
const testSuitesToRun = [runCoreMainProcessTests, runCoreRenderProcessTests].concat(packageTestSuites)
|
||||
|
||||
async.parallelLimit(testSuitesToRun, 2, function (err, exitCodes) {
|
||||
async.series(testSuitesToRun, function (err, exitCodes) {
|
||||
if (err) {
|
||||
console.error(err)
|
||||
process.exit(1)
|
||||
|
||||
Reference in New Issue
Block a user