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

This commit is contained in:
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

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({