-
Notifications
You must be signed in to change notification settings - Fork 253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow notifier time to synch state with native layer #1177
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice 🙏
Any idea why it was flaking with rn0.63 but not rn0.60?
b7033bd
to
4e95c4c
Compare
Not specifically, but if it's a race condition that we're talking about I can believe that the plumbing and mechanics of rn0.63 simply take more time that 0.60. Sadly though the story doesn't seem to be over on this PR, as it's flagged up a persistent failure in at least one other scenario, which wasn't included in my trials. Very surprising. |
8881b36
to
434bb3b
Compare
Goal
Attempts to resolve a persistent flaking test that requires JS layer state to be synched with the native layer.
Testing
The scenario in question was flaking for me 3/5 before the change. With it in it has passed 10/10 times.