[all-commits] [llvm/llvm-project] b468f0: [LLDB] Fix sync issue in TestVSCode_launch.test_pr...
Muhammad Omair Javaid via All-commits
all-commits at lists.llvm.org
Thu Apr 1 02:18:29 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b468f0e165ed67c5b1046b295b65e446afee62aa
https://github.com/llvm/llvm-project/commit/b468f0e165ed67c5b1046b295b65e446afee62aa
Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
Date: 2021-04-01 (Thu, 01 Apr 2021)
Changed paths:
M lldb/test/API/tools/lldb-vscode/launch/TestVSCode_launch.py
Log Message:
-----------
[LLDB] Fix sync issue in TestVSCode_launch.test_progress_events
This fixes flakiness in TestVSCode_launch.test_progress_events
vscode.progress_events some times failed to populate in time for
follow up iterations.
Adding a minor delay before the the for the loop fixes the issue.
Reviewed By: clayborg
Differential Revision: https://reviews.llvm.org/D99497
More information about the All-commits
mailing list