Skip to content

Commit

Permalink
update ensure_build timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Oct 11, 2022
1 parent b11b4b6 commit 2578902
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/test/ensure_build_test.dart
Expand Up @@ -19,6 +19,7 @@ import 'package:test/test.dart';
void main() {
test(
'ensure_build',
timeout: const Timeout.factor(2),
() => expectBuildClean(
packageRelativeDirectory: 'common',
),
Expand Down

0 comments on commit 2578902

Please sign in to comment.