We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f742886 commit d6dc122Copy full SHA for d6dc122
example/SampleProject/integration_test/test_play.dart
@@ -20,7 +20,7 @@ void main() {
20
21
// Enter Room ID and tap OK.
22
await enterRoomId(tester, '24x7test');
23
- await tester.pumpAndSettle(const Duration(seconds: 15));
+ await tester.pumpAndSettle(const Duration(seconds: 10));
24
25
// Verify the content of the SnackBar.
26
expect(find.textContaining('Received: '), findsOneWidget);
0 commit comments