Skip to content

Commit 10125d0

Browse files
authored
Disable parallelism again (leaving travis changes in place) (#1803)
1 parent b39e7f4 commit 10125d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/grind.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ final String defaultPubCache =
4040
/// Run no more than the number of processors available in parallel.
4141
final MultiFutureTracker testFutures = new MultiFutureTracker(
4242
Platform.environment.containsKey('TRAVIS')
43-
? 2
43+
? 1
4444
: Platform.numberOfProcessors);
4545

4646
// Directory.systemTemp is not a constant. So wrap it.

0 commit comments

Comments
 (0)