Commit 6c804dac authored by Alain Takoudjou's avatar Alain Takoudjou

Update process timeout

parent 24a50d1d
......@@ -119,7 +119,7 @@ function runProcess(urlfor, data){
.error(function() {
$("#error").Popup("Failled to run Slapgrid", {type:'error', duration:3000}); });
setRunningState(data);
setTimeout("getRunningState()", 5000);
setTimeout("getRunningState()", 6000);
}
}
function stopProcess(){
......
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