Move web tool test per-test timeout to shard (#78508)
This commit is contained in:
parent
0e2f66e90c
commit
2dbe1ec8fb
@ -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 @@
|
|||||||
"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 @@
|
|||||||
|
|
||||||
// @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 @@
|
|||||||
|
|
||||||
// @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 @@
|
|||||||
|
|
||||||
// @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 @@
|
|||||||
|
|
||||||
// @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';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user