diff --git a/src/frostfs_testlib/component_tests/container.py b/src/frostfs_testlib/component_tests/container.py index f6561da..f4769dc 100644 --- a/src/frostfs_testlib/component_tests/container.py +++ b/src/frostfs_testlib/component_tests/container.py @@ -44,7 +44,7 @@ class ContainerizedService: if self._testcontainer is None: self.create() self.stop() - self._pid1(f"{{ {self.command} ; }} &") + self._pid1(f"{{ {self.command}; while sleep 1; do echo Service died.; done; }} &") def stop(self): self._pid1(