-
Notifications
You must be signed in to change notification settings - Fork 122
Add a delay to the Analytics test app. #788
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
Conversation
✅ Integration test succeeded!Requested by @jonsimantov on commit 33c1963 |
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.
LGTM
|
||
// The Analytics integration test is too fast for FTL, so pause a few seconds | ||
// here. | ||
ProcessEvents(1000); |
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.
What about ProcessEvents(5000)
Description
Since updating to Firebase iOS 8.10.0, the Analytics integration test finishes too quickly for FTL. This adds a delay to the end of the app.
Testing
Integration tests run.
Type of Change
Place an
x
the applicable box:Notes
Release Notes
section ofrelease_build_files/readme.md
.