Add tempo waiting for ellis account
[functest-kubernetes.git] / functest_kubernetes / ims / ims.py
index aafeacd..8c6cf2d 100644 (file)
@@ -120,6 +120,7 @@ class Vims(testcase.TestCase):  # pylint: disable=too-many-instance-attributes
 
         See https://github.com/Metaswitch/clearwater-live-test for more details
         """
+        time.sleep(60)
         container = client.V1Container(
             name=self.test_container_name, image=self.test_image_name,
             command=["rake", "test[{}]".format(self.zone),