tests: Only run one frontend test at a time (#4064)

pull/4074/head
John McLear 2020-05-30 01:05:06 +01:00 committed by GitHub
parent 82ee1da8e7
commit 520b20a3ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ var sauceTestWorker = async.queue(function (testSettings, callback) {
}, 10000);
}, 5); //run 5 tests in parrallel
}, 1); //run 1 test in parrallel
// 1) Firefox on Linux
sauceTestWorker.push({