Skip to content

Commit 78bc4f5

Browse files
authored
fix(test): bump lcov file creation timeout (#358)
1 parent 9c5293b commit 78bc4f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/cli/flutter_cli.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ final int _lineLength = () {
359359

360360
extension on File {
361361
Future<void> ensureCreated({
362-
Duration timeout = const Duration(seconds: 1),
362+
Duration timeout = const Duration(seconds: 10),
363363
Duration interval = const Duration(milliseconds: 50),
364364
}) async {
365365
var elapsedTime = Duration.zero;

0 commit comments

Comments
 (0)