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

increase polling interval

parent a2452fe0
......@@ -81,7 +81,7 @@ export default {
// let's wait 1s and make the request again
setTimeout(() => {
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