Skip to content

Commit d20cd54

Browse files
committed
latest build_verify
1 parent 2b61039 commit d20cd54

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

webdev/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies:
4343
dev_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

webdev/test/build/ensure_build_test.dart

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
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';
1210
import 'package:test/test.dart';
1311

1412
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+
);
1718
}

0 commit comments

Comments
 (0)