Commit 9e6e36bb authored by Nicolas Wavrant's avatar Nicolas Wavrant

runner: removes useless sleep instruction

parent ecf144ee
...@@ -225,7 +225,6 @@ def updateInstanceParameter(config, software_type=None): ...@@ -225,7 +225,6 @@ def updateInstanceParameter(config, software_type=None):
config: Slaprunner configuration. config: Slaprunner configuration.
software_type: reconfigure Software Instance with software type. software_type: reconfigure Software Instance with software type.
""" """
time.sleep(1)
if not (updateProxy(config) and requestInstance(config, software_type)): if not (updateProxy(config) and requestInstance(config, software_type)):
return False return False
......
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