mirror of
https://github.com/Textualize/rich.git
synced 2025-08-04 10:08:40 +00:00
threading test
This commit is contained in:
parent
67599f772a
commit
dea111b8b3
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,7 @@ def test_refresh_thread() -> None:
|
|||
thread = _RefreshThread(progress, 10)
|
||||
assert thread.progress == progress
|
||||
thread.start()
|
||||
sleep(0.2)
|
||||
sleep(0.5)
|
||||
thread.stop()
|
||||
assert progress.count >= 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue