From 91b1e19152f51330a9267f859374134d22206af3 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Tue, 16 Feb 2016 09:58:50 +0000 Subject: Bump up timeout in TestChangeProcessGroup The test fails very rarely. I suspect this is simply because the inferior does not have enough time to create the file under heavy load. llvm-svn: 260951 --- .../test/functionalities/process_group/TestChangeProcessGroup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/packages/Python/lldbsuite') diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/process_group/TestChangeProcessGroup.py b/lldb/packages/Python/lldbsuite/test/functionalities/process_group/TestChangeProcessGroup.py index fde93b771aa..5aa6e795491 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/process_group/TestChangeProcessGroup.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/process_group/TestChangeProcessGroup.py @@ -45,7 +45,7 @@ class ChangeProcessGroupTestCase(TestBase): print(msg) if i < max_attempts: # Exponential backoff! - time.sleep(pow(2, i) * 0.25) + time.sleep(pow(2, i) * 0.30) else: self.fail("Child PID file %s not found even after %d attempts." % (pid_file_path, max_attempts)) -- cgit v1.2.3