mirror of https://github.com/apache/cloudstack.git
print debug message for the waiting time
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
parent
ca7f0df193
commit
313177a51e
|
|
@ -850,6 +850,7 @@ class TestRouterServices(cloudstackTestCase):
|
|||
gcwait = config[0]
|
||||
|
||||
total_wait = int(gcinterval.value) + int(gcwait.value)
|
||||
self.debug("Waiting %s seconds for network cleanup" % str(total_wait * 2))
|
||||
# Wait for wait_time * 2 time to cleanup all the resources
|
||||
time.sleep(total_wait * 2)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue