Skip to content

Commit

Permalink
test: drop test extended timeout for testCreatePodUser
Browse files Browse the repository at this point in the history
In 3779bb5 we now start containers with --stop-timeout 0,
so this can be dropped.
  • Loading branch information
jelly committed Jan 18, 2023
1 parent 1af38f9 commit 6d10327
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/check-application
Original file line number Diff line number Diff line change
Expand Up @@ -2339,9 +2339,6 @@ class TestApplication(testlib.MachineCase):
def testCreatePodSystem(self):
self._createPod(True)

# HACK: give podman time to kill the pod containers, can be removed if we
# have podman 4.0 everywhere and can use podman pod rm -t0
@testlib.timeout(300)
@testlib.nondestructive
def testCreatePodUser(self):
self._createPod(False)
Expand Down

0 comments on commit 6d10327

Please sign in to comment.