Skip to content

Commit b61475f

Browse files
committed
run tests using async.parallel
1 parent bbfd0ec commit b61475f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ function requestedTestSuites (platform) {
269269
return suites
270270
}
271271

272-
async.series(testSuitesToRun, function (err, results) {
272+
async.parallel(testSuitesToRun, function (err, results) {
273273
if (err) {
274274
console.error(err)
275275
process.exit(1)

0 commit comments

Comments
 (0)