Unverified Commit de205ec1 authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

Roll tester version (#60668)

Includes a fix to a startup race condition and log truncation that should make sure strings aren't cut off
parent c3217dac
......@@ -930,7 +930,7 @@ Future<void> _runFlutterWebTest(String workingDirectory, List<String> tests) asy
);
}
const String _supportedTesterVersion = '0.0.1-dev9';
const String _supportedTesterVersion = '0.0.2-dev5';
Future<void> _pubRunTester(String workingDirectory, {
List<String> testPaths,
......@@ -979,6 +979,7 @@ Future<void> _pubRunTester(String workingDirectory, {
'run',
'tester',
'-j$cpus',
'-v',
'--ci',
if (perTestTimeout != null)
'--timeout=$perTestTimeout'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment