diff --git a/dev/bots/suite_runners/run_framework_tests.dart b/dev/bots/suite_runners/run_framework_tests.dart index d14ecd1d5d..6ad16c7102 100644 --- a/dev/bots/suite_runners/run_framework_tests.dart +++ b/dev/bots/suite_runners/run_framework_tests.dart @@ -235,7 +235,10 @@ Future frameworkTestsRunner() async { tests: [ 'test' ], ); await runDartTest(path.join(flutterRoot, 'dev', 'bots')); - await runDartTest(path.join(flutterRoot, 'dev', 'devicelab'), ensurePrecompiledTool: false); // See https://github.com/flutter/flutter/issues/86209 + await runDartTest( + path.join(flutterRoot, 'dev', 'devicelab'), + ensurePrecompiledTool: false, // See https://github.com/flutter/flutter/issues/86209 + ); await runDartTest(path.join(flutterRoot, 'dev', 'conductor', 'core'), forceSingleCore: true); // TODO(gspencergoog): Remove the exception for fatalWarnings once https://github.com/flutter/flutter/issues/113782 has landed. await runFlutterTest(path.join(flutterRoot, 'dev', 'integration_tests', 'android_semantics_testing'), fatalWarnings: false); diff --git a/dev/devicelab/test/run_test.dart b/dev/devicelab/test/run_test.dart index a68af4e01a..6843e3c17f 100644 --- a/dev/devicelab/test/run_test.dart +++ b/dev/devicelab/test/run_test.dart @@ -91,7 +91,7 @@ void main() { emitsThrough(contains('VM service still not ready. It is possible the target has failed')), ); expect(process.kill(), isTrue); - }); + }, timeout: const Timeout(Duration(seconds: 45))); // Standard 30 is flaky because this is a long running test, https://github.com/flutter/flutter/issues/156456 test('exits with code 1 when results are mixed', () async { await expectScriptResult(