increase status call timeout to 1000ms

This commit is contained in:
Akinwale Ariwodola 2019-06-21 17:14:32 +01:00
parent 0a210b6e09
commit fdac63a299

View file

@ -214,7 +214,7 @@ class SplashScreen extends React.PureComponent {
setTimeout(() => {
this.updateStatus();
}, 500);
}, 1000);
}
componentDidMount() {