You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[lldb-dap] Make TestDAP_Progress more resilient (again)
Before llvm#134048, TestDAP_Progress would wait up to 15 seconds before
checking whether the events came in. Now the test is a lot faster, but
we risk checking the events before they've all arrived. Make up to 10
attempts to find the end event, with a 100ms sleep in between, giving
the test up to a second for the event to arrive after it has been
broadcast.
0 commit comments