mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
run tests sequentially
This commit is contained in:
parent
f98f134ccf
commit
3694517617
@ -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';
|
||||
|
@ -12,4 +12,4 @@ pub global activate tuneup
|
||||
pub global run tuneup check
|
||||
|
||||
# And run our tests.
|
||||
pub run test
|
||||
pub run test -j1
|
||||
|
Loading…
Reference in New Issue
Block a user