Skip to content

Commit

Permalink
Increase timeout to wait VM creation
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Sep 23, 2016
1 parent 17744d1 commit 338e9af
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 338e9af

Please sign in to comment.