js polling timing to 5s
This commit is contained in:
parent
bbb1919404
commit
9c0cefd419
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ function VMTerminateStatus($container, url) {
|
|||
error: function() {
|
||||
setTimeout(function(){
|
||||
VMTerminateStatus($container, url);
|
||||
}, 4000);
|
||||
}, 5000);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue