File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ dependencies:
4343dev_dependencies :
4444 build : ^2.0.0
4545 build_runner : ^2.0.0
46- build_verify : ^2 .0.0
46+ build_verify : ^3 .0.0
4747 build_version : ^2.0.0
4848 test : ^1.15.0
4949 test_descriptor : ^2.0.0
Original file line number Diff line number Diff line change 22// for details. All rights reserved. Use of this source code is governed by a
33// BSD-style license that can be found in the LICENSE file.
44
5- // @dart = 2.9
6-
75@TestOn ('vm' )
86@OnPlatform ({
97 'windows' : Skip ('https://github.com/dart-lang/webdev/issues/711' ),
@@ -12,6 +10,9 @@ import 'package:build_verify/build_verify.dart';
1210import 'package:test/test.dart' ;
1311
1412void main () {
15- test ('ensure_build' ,
16- () => expectBuildClean (packageRelativeDirectory: 'webdev' ));
13+ test (
14+ 'ensure_build' ,
15+ () => expectBuildClean (packageRelativeDirectory: 'webdev' ),
16+ timeout: const Timeout .factor (2 ),
17+ );
1718}
You can’t perform that action at this time.
0 commit comments