We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b39e7f4 commit 10125d0Copy full SHA for 10125d0
tool/grind.dart
@@ -40,7 +40,7 @@ final String defaultPubCache =
40
/// Run no more than the number of processors available in parallel.
41
final MultiFutureTracker testFutures = new MultiFutureTracker(
42
Platform.environment.containsKey('TRAVIS')
43
- ? 2
+ ? 1
44
: Platform.numberOfProcessors);
45
46
// Directory.systemTemp is not a constant. So wrap it.
0 commit comments