commit | b3b1f467cea319c24ce5065881b874fa5afe4cb6 | [log] [tgz] |
---|---|---|
author | Pavel Labath <labath@google.com> | Fri Aug 21 10:52:02 2015 +0000 |
committer | Pavel Labath <labath@google.com> | Fri Aug 21 10:52:02 2015 +0000 |
tree | f49a3b71df46f0d02b947c320bdf00e47fb3c5cc | |
parent | f5d3e66bf5794480a6df6684a4c88738616b72ee [diff] [blame] |
Increase timeout in TestExpressionInSyscall test times out on the windows->android buildbot (probably due to android emulator being slow) llvm-svn: 245691
diff --git a/lldb/test/expression_command/expr-in-syscall/TestExpressionInSyscall.py b/lldb/test/expression_command/expr-in-syscall/TestExpressionInSyscall.py index 4874408..5a93ef6 100644 --- a/lldb/test/expression_command/expr-in-syscall/TestExpressionInSyscall.py +++ b/lldb/test/expression_command/expr-in-syscall/TestExpressionInSyscall.py
@@ -60,7 +60,7 @@ # send the process a signal process.SendAsyncInterrupt() - while listener.WaitForEvent(1, event): + while listener.WaitForEvent(2, event): pass # as a result the process should stop