Skip to content

Commit 12c0dd7

Browse files
committed
fix hpy tests hanging
1 parent 64fcb77 commit 12c0dd7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -993,6 +993,8 @@ def run_python_unittests(python_binary, args=None, paths=None, aot_compatible=Fa
993993
"status": "PASSED" if result == 0 else "FAILED",
994994
"duration": int((time.time() - t0) * 1000)
995995
}], report.title)
996+
if lock:
997+
lock.release()
996998
return result
997999

9981000

0 commit comments

Comments
 (0)