Skip to content

Commit

Permalink
Reduce delay for initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
pmerlet-at-didomi committed Dec 5, 2024
1 parent 0cc93b4 commit 43b76db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/integration_test/setup_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ void main() {
await tester.tap(initializeBtnFinder);
await tester.pumpAndSettle();

await Future.delayed(Duration(seconds: 10));
await Future.delayed(Duration(seconds: 5));

assert(isError == false);
assert(isReady == true);
Expand Down

0 comments on commit 43b76db

Please sign in to comment.