Skip to content

Commit

Permalink
Add delay after sdk init
Browse files Browse the repository at this point in the history
  • Loading branch information
pmerlet-at-didomi committed Dec 6, 2024
1 parent 8539f3d commit 25ea06c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/integration_test/util/initialize_helper.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ class InitializeHelper {
}
await expectLater(await DidomiSdk.isReady, isTrue);
});
await Future.delayed(Duration(milliseconds: 100));
}
}

0 comments on commit 25ea06c

Please sign in to comment.