Skip to content

Commit 300fc6f

Browse files
committed
fix bad merge resolution
1 parent 8a5069e commit 300fc6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/tests_fabric/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ def thread_police_duuu_daaa_duuu_daaa():
105105
thread.name == "QueueFeederThread" # tensorboardX
106106
or thread.name == "QueueManagerThread" # torch.compile
107107
or "(_read_thread)" in thread.name # torch.compile
108+
):
108109
thread.join(timeout=20)
109110
elif (
110111
sys.version_info >= (3, 9)

0 commit comments

Comments
 (0)