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

This commit is contained in:
Jenn Magder 2021-03-18 11:50:49 -07:00 committed by GitHub
parent 0e2f66e90c
commit 2dbe1ec8fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 2 additions and 5 deletions

View File

@ -309,6 +309,7 @@ Future<void> _runWebToolTests() async {
forceSingleCore: true,
testPaths: <String>[path.join(kTest, '$kWeb$kDotShard', '')],
enableFlutterToolAsserts: true,
perTestTimeout: const Duration(minutes: 3),
);
}
};

View File

@ -1294,7 +1294,7 @@
"name": "Windows web_tool_tests",
"repo": "flutter",
"task_name": "win_web_tool_tests",
"flaky": true
"flaky": false
}
]
}

View File

@ -4,7 +4,6 @@
// @dart = 2.8
@Timeout(Duration(minutes: 3))
import 'package:file/file.dart';
import '../integration.shard/test_data/stepping_project.dart';

View File

@ -4,7 +4,6 @@
// @dart = 2.8
@Timeout(Duration(minutes: 3))
import 'package:file/file.dart';
import 'package:matcher/matcher.dart';
import 'package:vm_service/vm_service.dart';

View File

@ -4,7 +4,6 @@
// @dart = 2.8
@Timeout(Duration(minutes: 3))
import 'dart:async';
import 'package:file/file.dart';

View File

@ -4,7 +4,6 @@
// @dart = 2.8
@Timeout(Duration(minutes: 3))
import 'package:file/file.dart';
import 'package:flutter_tools/src/base/file_system.dart';