diff --git a/ui/scripts/installWizard.js b/ui/scripts/installWizard.js index bdd95d3cc0f..45ff682a721 100644 --- a/ui/scripts/installWizard.js +++ b/ui/scripts/installWizard.js @@ -175,7 +175,7 @@ var pollSystemVMs = function() { var poll = setInterval(function() { $.ajax({ - url: createURL('listSystemVMs'), + url: createURL('listSystemVms'), dataType: 'json', async: true, success: function(data) { @@ -184,11 +184,11 @@ complete(); } } - }); - }); + }); + }, 1000); }; createZone(); } }; -}(jQuery, cloudStack, testData)); \ No newline at end of file +}(jQuery, cloudStack, testData));