diff --git a/src/blazar_tempest_plugin/tests/api/base.py b/src/blazar_tempest_plugin/tests/api/base.py index f877940..9145ab5 100644 --- a/src/blazar_tempest_plugin/tests/api/base.py +++ b/src/blazar_tempest_plugin/tests/api/base.py @@ -136,6 +136,6 @@ def _create_reserved_container(self, name, hints, desired_state="Running"): name=data_utils.rand_name(name), hints=hints, image="busybox", - command="/bin/sh -c 'echo hello-from-container && sleep 60'", + command="/bin/sh -c 'echo hello-from-container && sleep infinity'", ) return container