From 369451761781472cf03a2d28eac155fbd97504bd Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Tue, 6 Oct 2015 16:00:24 -0700 Subject: [PATCH] run tests sequentially --- packages/flutter_tools/test/init_test.dart | 2 ++ packages/flutter_tools/tool/travis.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/flutter_tools/test/init_test.dart b/packages/flutter_tools/test/init_test.dart index 8c3d8a30a37..8a688049227 100644 --- a/packages/flutter_tools/test/init_test.dart +++ b/packages/flutter_tools/test/init_test.dart @@ -4,6 +4,8 @@ // This test can take a while due to network requests @Timeout(const Duration(seconds: 60)) +library init_test; + import 'dart:io'; import 'package:args/command_runner.dart'; diff --git a/packages/flutter_tools/tool/travis.sh b/packages/flutter_tools/tool/travis.sh index a926214e6f0..13a64ae8bb6 100755 --- a/packages/flutter_tools/tool/travis.sh +++ b/packages/flutter_tools/tool/travis.sh @@ -12,4 +12,4 @@ pub global activate tuneup pub global run tuneup check # And run our tests. -pub run test +pub run test -j1