increase status call timeout to 1000ms
This commit is contained in:
parent
0a210b6e09
commit
fdac63a299
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ class SplashScreen extends React.PureComponent {
|
|||
|
||||
setTimeout(() => {
|
||||
this.updateStatus();
|
||||
}, 500);
|
||||
}, 1000);
|
||||
}
|
||||
|
||||
componentDidMount() {
|
||||
|
|
Loading…
Reference in a new issue