[Lldb-commits] [lldb] 053b063 - [lldb] Increase timeout in TestExitDuringExpression

2020-05-22 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-05-22T12:47:34+02:00 New Revision: 053b0634ea93b1ed7993adf34730bd752e9d84ec URL: https://github.com/llvm/llvm-project/commit/053b0634ea93b1ed7993adf34730bd752e9d84ec DIFF: https://github.com/llvm/llvm-project/commit/053b0634ea93b1ed7993adf34730bd752e9d84ec.diff

Re: [Lldb-commits] [lldb] 053b063 - [lldb] Increase timeout in TestExitDuringExpression

2020-05-22 Thread Jim Ingham via lldb-commits
I set the timeouts low just to keep the test from taking too long. Beyond that there’s no harm in bumping them up till they pass consistently. I messed with the timeouts and reran the test a bunch of times till it was stable for me, but I have a pretty fast mac, so apparently that wasn’t a good

Re: [Lldb-commits] [lldb] 053b063 - [lldb] Increase timeout in TestExitDuringExpression

2020-05-25 Thread Pavel Labath via lldb-commits
On 22/05/2020 19:11, Jim Ingham wrote: > I set the timeouts low just to keep the test from taking too long. Beyond > that there’s no harm in bumping them up till they pass consistently. > > I messed with the timeouts and reran the test a bunch of times till it was > stable for me, but I have a