Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
filip-ams committed Nov 1, 2024
1 parent f742886 commit d6dc122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/SampleProject/integration_test/test_play.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ void main() {

// Enter Room ID and tap OK.
await enterRoomId(tester, '24x7test');
await tester.pumpAndSettle(const Duration(seconds: 15));
await tester.pumpAndSettle(const Duration(seconds: 10));

// Verify the content of the SnackBar.
expect(find.textContaining('Received: '), findsOneWidget);
Expand Down

0 comments on commit d6dc122

Please sign in to comment.