mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-01 06:45:38 +00:00
Increase timeout for test_allow_all
This commit is contained in:
@@ -127,7 +127,7 @@ class TestLogprof(AATest):
|
|||||||
output = self.process.stdout.readline().decode("utf-8").strip()
|
output = self.process.stdout.readline().decode("utf-8").strip()
|
||||||
self.assertEqual(output, line)
|
self.assertEqual(output, line)
|
||||||
# give logprof some time to write the updated profile and terminate
|
# 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)
|
self.assertEqual(self.process.returncode, 0)
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user