Skip to content

Commit

Permalink
try out
Browse files Browse the repository at this point in the history
  • Loading branch information
jelly committed Sep 27, 2022
1 parent 25f4d0b commit 81d25dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/check-application
Original file line number Diff line number Diff line change
Expand Up @@ -2282,6 +2282,9 @@ 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(200)
def testCreatePodUser(self):
self._createPod(False)

Expand Down

0 comments on commit 81d25dc

Please sign in to comment.