Skip to content

Commit

Permalink
Increase timeout for displaying welcome interstitial for new users (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdover authored Aug 31, 2021
1 parent 8bcbc2d commit 257cddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/home/public/application/components/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export class Home extends Component<HomeProps, State> {
if (this.state.isLoading) {
this.setState({ isWelcomeEnabled: false });
}
}, 500);
}, 10000);

const hasUserIndexPattern = await this.props.hasUserIndexPattern();

Expand Down

0 comments on commit 257cddd

Please sign in to comment.