mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
typo
This commit is contained in:
parent
600d428ec2
commit
95f17d490d
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ var sauceTestWorker = async.queue(function (testSettings, callback) {
|
|||
});
|
||||
}, 5000);
|
||||
});
|
||||
}, 5); //run 2 tests in parrallel
|
||||
}, 5); //run 5 tests in parrallel
|
||||
|
||||
// Firefox
|
||||
sauceTestWorker.push({
|
||||
|
|
Loading…
Reference in a new issue