Commit 8d4e892b authored by Nicolas Wavrant's avatar Nicolas Wavrant

runner: removes useless sleep instruction

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