Skip to content

Commit

Permalink
try it and see
Browse files Browse the repository at this point in the history
  • Loading branch information
jelly committed Nov 15, 2023
1 parent d64727a commit 1acb85b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/verify/check-kdump
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,8 @@ class TestKdumpNFS(KdumpHelpers, packagelib.PackageCase):
m2.wait_for_cockpit_running()

b2 = self.new_browser(m2)
b2.login_and_go("/kdump")
with b.wait_timeout(120):
b2.login_and_go("/kdump")

# there shouldn't be any crash reports in the target directory
self.assertEqual(m2.execute("find /var/crash -maxdepth 1 -mindepth 1 -type d"), "")
Expand Down

0 comments on commit 1acb85b

Please sign in to comment.