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 Sep 1, 2021
1 parent 303a77e commit 2108e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/home/public/application/components/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export class Home extends Component {
if (this.state.isLoading) {
this.setState({ isWelcomeEnabled: false });
}
}, 500);
}, 10000);

const { isNewInstance } = await this.props.http.get('/internal/home/new_instance_status');

Expand Down

0 comments on commit 2108e3b

Please sign in to comment.