diff options
-rw-r--r-- | lldb/test/expression_command/expr-in-syscall/TestExpressionInSyscall.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/expression_command/expr-in-syscall/TestExpressionInSyscall.py b/lldb/test/expression_command/expr-in-syscall/TestExpressionInSyscall.py index 48744089f84..5a93ef6447d 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 @@ class ExprSyscallTestCase(TestBase): # 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 |