add timeout

This commit is contained in:
DieMyst 2019-08-18 19:02:20 +03:00
parent 491a4aeaae
commit 167fc19b6a

View File

@ -10,6 +10,7 @@ import ConnectionToggle from "./ConnectionToggle";
class App extends Component { class App extends Component {
componentDidMount() { componentDidMount() {
setTimeout(() => {
console.log(` console.log(`
Hello, Fluencer! Hello, Fluencer!
@ -29,6 +30,7 @@ fluenceSession.request('{"action": "Fetch", "offset": 0, "limit": 1}').then((r)
`) `)
}, 3000);
} }
render() { render() {