Set initial concurrency to 1 on all platforms

This commit is contained in:
Kevin Sawicki
2014-07-07 10:26:12 -07:00
parent 0aa5fa9eeb
commit 84c30ef6c5

View File

@@ -53,9 +53,7 @@ module.exports = (grunt) ->
continue unless isAtomPackage(packagePath)
packageSpecQueue.push(packagePath)
# TODO: Restore concurrency on Windows
packageSpecQueue.concurrency = 1 unless process.platform is 'win32'
packageSpecQueue.concurrency = 1
packageSpecQueue.drain = -> callback(null, failedPackages)
runCoreSpecs = (callback) ->