From 56bfbc430d8aa7f5e581958a5b9e600372805cdb Mon Sep 17 00:00:00 2001 From: KyleMiles Date: Fri, 17 Aug 2018 12:30:22 -0400 Subject: Unit Tests Run On One Thread --- suite/testcommon.py | 1 + 1 file changed, 1 insertion(+) diff --git a/suite/testcommon.py b/suite/testcommon.py index 285c24b5..b0f40b8b 100644 --- a/suite/testcommon.py +++ b/suite/testcommon.py @@ -10,6 +10,7 @@ from binaryninja.filemetadata import FileMetadata import subprocess import re +binja.mainthread.set_worker_thread_count(1) # Dear people from the future: If you're adding tests or debuging an # issue where python2 and python3 are producing different output -- cgit v1.3.1