14 lines
441 B
Diff
14 lines
441 B
Diff
|
Index: distributed-2022.03.0/distributed/utils_test.py
|
||
|
===================================================================
|
||
|
--- distributed-2022.03.0.orig/distributed/utils_test.py
|
||
|
+++ distributed-2022.03.0/distributed/utils_test.py
|
||
|
@@ -1612,7 +1612,7 @@ def check_thread_leak():
|
||
|
yield
|
||
|
|
||
|
start = time()
|
||
|
- while True:
|
||
|
+ while False:
|
||
|
bad_threads = [
|
||
|
thread
|
||
|
for thread in threading.enumerate()
|