mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 16:48:00 +00:00
limiting concurrency to avoid timeouts
This commit is contained in:
parent
9f960eaffb
commit
ff1fcab67d
1 changed files with 1 additions and 1 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue