-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Increase timeout for displaying welcome interstitial for new users #110498
Increase timeout for displaying welcome interstitial for new users #110498
Conversation
Pinging @elastic/kibana-core (Team:Core) |
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.
The risk of such a large increase in the timeout for the welcome interstitial seems low enough to warrant the change.
LGTM
@elasticmachine merge upstream |
💚 Build SucceededMetrics [docs]
History
To update your PR or re-run it, just comment with: |
💔 Backport failed
Successful backport PRs will be merged automatically after passing CI. To backport manually run: |
…lastic#110498) # Conflicts: # src/plugins/home/public/application/components/home.tsx
Summary
Fixes #107020
This check can take 1-2 seconds in production environments, so the 500ms timeout is often leading to not showing this UI in a critical path for new onboarding users. This PR increases the timeout to 10s for the following reasons:
Unless a new BC is cut for 7.14.1, this PR will only affect 7.14.2.