Skip to content

Commit

Permalink
add a timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Dec 6, 2021
1 parent fbf4132 commit 1fc5d25
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/ensure_build_test.dart
Expand Up @@ -4,5 +4,9 @@ import 'package:build_verify/build_verify.dart';
import 'package:test/test.dart';

void main() {
test('ensure_build', expectBuildClean);
test(
'ensure_build',
expectBuildClean,
timeout: const Timeout.factor(2),
);
}

0 comments on commit 1fc5d25

Please sign in to comment.