diff --git a/test/check-application b/test/check-application index a32e98271..d9b5664a9 100755 --- a/test/check-application +++ b/test/check-application @@ -1236,15 +1236,18 @@ class TestApplication(testlib.MachineCase): self.assertEqual(self.getContainerAttr(IMG_BUSYBOX, "CPU"), "n/a") self.assertEqual(memory, "n/a") - # Restart the container + # Restart the container; there is no steady-state difference in the UI (we don't show + # the PID or old_pid = self.execute(auth, "podman inspect --format '{{.State.Pid}}' swamped-crate") + # testlib.sit() self.performContainerAction(IMG_BUSYBOX, "Force restart") b.wait(lambda: old_pid != self.execute(auth, "podman inspect --format '{{.State.Pid}}' swamped-crate".strip())) self.waitContainer(container_sha, auth, name='swamped-crate', image=IMG_BUSYBOX, state='Running') + # testlib.sit() - self.filter_containers('all') - b.wait_visible("#containers-containers") + import time + time.sleep(5) self.waitContainerRow(IMG_BUSYBOX) if not auth: