summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2015-07-25 00:52:38 +0000
committerJim Ingham <jingham@apple.com>2015-07-25 00:52:38 +0000
commit9435b3c298bc106241efdb49026959936c3dca5a (patch)
tree51ead20585201d45d749cf5e0caf43be32fdcba5
parentf0024d14f10564532eec392a7c468ad79143f6b0 (diff)
downloadbcm5719-llvm-9435b3c298bc106241efdb49026959936c3dca5a.tar.gz
bcm5719-llvm-9435b3c298bc106241efdb49026959936c3dca5a.zip
Shorten the lldb timeout, we were seeing occasional failure because
lldb didn't wake up before the target function got a chance to complete. <rdar://problem/21990308> llvm-svn: 243193
-rw-r--r--lldb/test/expression_command/timeout/TestCallWithTimeout.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/expression_command/timeout/TestCallWithTimeout.py b/lldb/test/expression_command/timeout/TestCallWithTimeout.py
index 4cc55774364..856e1f7f251 100644
--- a/lldb/test/expression_command/timeout/TestCallWithTimeout.py
+++ b/lldb/test/expression_command/timeout/TestCallWithTimeout.py
@@ -60,7 +60,7 @@ class ExprCommandWithTimeoutsTestCase(TestBase):
# First set the timeout too short, and make sure we fail.
options = lldb.SBExpressionOptions()
- options.SetTimeoutInMicroSeconds(100)
+ options.SetTimeoutInMicroSeconds(10)
options.SetUnwindOnError(True)
frame = thread.GetFrameAtIndex(0)
OpenPOWER on IntegriCloud