summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/test/expression_command/call-restarts/TestCallThatRestarts.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/expression_command/call-restarts/TestCallThatRestarts.py b/lldb/test/expression_command/call-restarts/TestCallThatRestarts.py
index c79d855b850..fddd9a5c916 100644
--- a/lldb/test/expression_command/call-restarts/TestCallThatRestarts.py
+++ b/lldb/test/expression_command/call-restarts/TestCallThatRestarts.py
@@ -81,6 +81,8 @@ class ExprCommandThatRestartsTestCase(TestBase):
self.assertTrue (self.start_sigchld_no != -1, "Got an actual value for sigchld_no")
options = lldb.SBExpressionOptions()
+ # processing 30 signals takes a while, increase the expression timeout a bit
+ options.SetTimeoutInMicroSeconds(3000000) # 3s
options.SetUnwindOnError(True)
frame = self.thread.GetFrameAtIndex(0)
OpenPOWER on IntegriCloud