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

Increase timeout for test_allow_all

This commit is contained in:
Bo YU
2025-03-04 02:18:18 +00:00
parent bf2054d963
commit ca0afa1afb

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)