Skip to content

Commit d6dc122

Browse files
committed
Minor changes
1 parent f742886 commit d6dc122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/SampleProject/integration_test/test_play.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ void main() {
2020

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

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

0 commit comments

Comments
 (0)