summaryrefslogtreecommitdiff
path: root/test/e2e/systemd_activate_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/e2e/systemd_activate_test.go')
-rw-r--r--test/e2e/systemd_activate_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/e2e/systemd_activate_test.go b/test/e2e/systemd_activate_test.go
index d5434868d..04acafe1b 100644
--- a/test/e2e/systemd_activate_test.go
+++ b/test/e2e/systemd_activate_test.go
@@ -97,7 +97,7 @@ var _ = Describe("Systemd activate", func() {
// Emulate 'systemd stop podman.service'
activateSession.Signal(syscall.SIGTERM)
- time.Sleep(2)
+ time.Sleep(100 * time.Millisecond)
Eventually(activateSession).Should(Exit(0))
abiSession := podman("inspect", "--format={{.State.Running}}", containerName)