Skip to content

Commit c95a018

Browse files
authored
[flutter_tts] Fix integration_test issue (#929)
1 parent 535dd09 commit c95a018

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/flutter_tts/example/integration_test/flutter_tts_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ void main() {
77

88
testWidgets('Can speak', (WidgetTester tester) async {
99
final flutterTts = FlutterTts();
10+
await Future<void>.delayed(const Duration(seconds: 2));
1011
var result = await flutterTts.speak('Hello, world!');
1112
expect(result, 1);
1213
});

0 commit comments

Comments
 (0)