mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Fix flakey test
This commit is contained in:
parent
c08e0a5555
commit
f01db1b927
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ def test_step_multi_threads(pyfile, target, run, resume):
|
|||
|
||||
stop = session.wait_for_stop()
|
||||
threads = session.request("threads")
|
||||
assert len(threads["threads"]) == 3
|
||||
assert len(threads["threads"]) >= 3
|
||||
|
||||
thread_name_to_id = {t["name"]: t["id"] for t in threads["threads"]}
|
||||
assert stop.thread_id == thread_name_to_id["thread1"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue