diff --git a/utils/test/test-logprof.py b/utils/test/test-logprof.py index 886bc4fe1..f82179844 100644 --- a/utils/test/test-logprof.py +++ b/utils/test/test-logprof.py @@ -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: