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:
43
43
dev_dependencies :
44
44
build : ^2.0.0
45
45
build_runner : ^2.0.0
46
- build_verify : ^2 .0.0
46
+ build_verify : ^3 .0.0
47
47
build_version : ^2.0.0
48
48
test : ^1.15.0
49
49
test_descriptor : ^2.0.0
Original file line number Diff line number Diff line change 2
2
// for details. All rights reserved. Use of this source code is governed by a
3
3
// BSD-style license that can be found in the LICENSE file.
4
4
5
- // @dart = 2.9
6
-
7
5
@TestOn ('vm' )
8
6
@OnPlatform ({
9
7
'windows' : Skip ('https://github.com/dart-lang/webdev/issues/711' ),
@@ -12,6 +10,9 @@ import 'package:build_verify/build_verify.dart';
12
10
import 'package:test/test.dart' ;
13
11
14
12
void 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
+ );
17
18
}
You can’t perform that action at this time.
0 commit comments