Commit 33e2ecdb authored by Filipa Lacerda's avatar Filipa Lacerda

increase polling interval

parent a2452fe0
...@@ -81,7 +81,7 @@ export default { ...@@ -81,7 +81,7 @@ export default {
// let's wait 1s and make the request again // let's wait 1s and make the request again
setTimeout(() => { setTimeout(() => {
this.getDeployBoard(); this.getDeployBoard();
}, 1000); }, 3000);
} }
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment