Skip to content

Commit

Permalink
Increase timeout for displaying welcome interstitial for new users (e…
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdover committed Sep 1, 2021
1 parent 85881d5 commit 3351b5d
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 3351b5d

Please sign in to comment.