2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-09-05 08:45:22 +00:00

Merge Increase timeout for test_allow_all

MR: https://gitlab.com/apparmor/apparmor/-/merge_requests/1567
Approved-by: intrigeri <intrigeri@riseup.net>
Approved-by: Christian Boltz <apparmor@cboltz.de>
Merged-by: John Johansen <john@jjmx.net>

(cherry picked from commit 6faa8950ed)
This commit is contained in:
John Johansen
2025-03-04 14:25:42 -08:00

View File

@@ -127,7 +127,7 @@ class TestLogprof(AATest):
output = self.process.stdout.readline().decode("utf-8").strip()
self.assertEqual(output, line)
# give logprof some time to write the updated profile and terminate
self.process.wait(timeout=0.3)
self.process.wait(timeout=0.6)
self.assertEqual(self.process.returncode, 0)