Skip to content

Commit

Permalink
Merge pull request #18 from indigo-dc/devel
Browse files Browse the repository at this point in the history
Increase timeout to wait VM creation
  • Loading branch information
micafer authored Sep 23, 2016
2 parents a83aa85 + 338e9af commit a6887fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indigo_orchestrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ def _power_on(self, node_name):
# wait to assure the orchestrator process the operation
delay = 2
wait = 0
timeout = 30
timeout = 60
new_uuids = []
while not new_uuids and wait < timeout:
# Get the list of resources now to get the new vm added
Expand Down

0 comments on commit a6887fc

Please sign in to comment.