limiting concurrency to avoid timeouts

This commit is contained in:
Yotam Mann 2017-10-26 14:19:13 -04:00
parent 9f960eaffb
commit ff1fcab67d

View file

@ -101,7 +101,7 @@ module.exports = function(config) {
// Concurrency level
// how many browser should be started simultaneous
concurrency: Infinity,
concurrency: 1,
//custom launcher for travis
customLaunchers: {