Unverified Commit 2dbe1ec8 authored by Jenn Magder's avatar Jenn Magder Committed by GitHub

Move web tool test per-test timeout to shard (#78508)

parent 0e2f66e9
...@@ -309,6 +309,7 @@ Future<void> _runWebToolTests() async { ...@@ -309,6 +309,7 @@ Future<void> _runWebToolTests() async {
forceSingleCore: true, forceSingleCore: true,
testPaths: <String>[path.join(kTest, '$kWeb$kDotShard', '')], testPaths: <String>[path.join(kTest, '$kWeb$kDotShard', '')],
enableFlutterToolAsserts: true, enableFlutterToolAsserts: true,
perTestTimeout: const Duration(minutes: 3),
); );
} }
}; };
......
...@@ -1294,7 +1294,7 @@ ...@@ -1294,7 +1294,7 @@
"name": "Windows web_tool_tests", "name": "Windows web_tool_tests",
"repo": "flutter", "repo": "flutter",
"task_name": "win_web_tool_tests", "task_name": "win_web_tool_tests",
"flaky": true "flaky": false
} }
] ]
} }
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
// @dart = 2.8 // @dart = 2.8
@Timeout(Duration(minutes: 3))
import 'package:file/file.dart'; import 'package:file/file.dart';
import '../integration.shard/test_data/stepping_project.dart'; import '../integration.shard/test_data/stepping_project.dart';
......
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
// @dart = 2.8 // @dart = 2.8
@Timeout(Duration(minutes: 3))
import 'package:file/file.dart'; import 'package:file/file.dart';
import 'package:matcher/matcher.dart'; import 'package:matcher/matcher.dart';
import 'package:vm_service/vm_service.dart'; import 'package:vm_service/vm_service.dart';
......
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
// @dart = 2.8 // @dart = 2.8
@Timeout(Duration(minutes: 3))
import 'dart:async'; import 'dart:async';
import 'package:file/file.dart'; import 'package:file/file.dart';
......
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
// @dart = 2.8 // @dart = 2.8
@Timeout(Duration(minutes: 3))
import 'package:file/file.dart'; import 'package:file/file.dart';
import 'package:flutter_tools/src/base/file_system.dart'; import 'package:flutter_tools/src/base/file_system.dart';
......
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