2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-09-01 06:45:38 +00:00

test-logprof: Increase timeout once more

Builds for risc64 are much slower than on other architectures (4-5
seconds with qemu-user or on Litchi Pi 4A).

Since the timeout is only meant as a safety net, increase it generously,
and hopefully for the last time.

Fixes: https://gitlab.com/apparmor/apparmor/-/issues/463
This commit is contained in:
Christian Boltz
2024-11-09 19:50:38 +01:00
parent 5b98577a4d
commit 508ace452d

View File

@@ -96,7 +96,7 @@ class TestLogprof(AATest):
raise Exception('Unknown line in json log %s: %s' % (jsonlog, line))
# give logprof some time to write the updated profile and terminate
self.process.wait(timeout=0.4)
self.process.wait(timeout=10)
self.assertEqual(self.process.returncode, 0)
for file in expected: