summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/process_group/TestChangeProcessGroup.py2
1 files changed, 1 insertions, 1 deletions
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))
OpenPOWER on IntegriCloud