From 66fe3d6c8b6a09724ef9cb9e1c0c524258a71c85 Mon Sep 17 00:00:00 2001 From: Ryan Snyder Date: Mon, 20 Aug 2018 19:01:29 -0400 Subject: Revert "Unit Tests Run On One Thread" This reverts commit 56bfbc430d8aa7f5e581958a5b9e600372805cdb. --- suite/testcommon.py | 1 - 1 file changed, 1 deletion(-) diff --git a/suite/testcommon.py b/suite/testcommon.py index b0f40b8b..285c24b5 100644 --- a/suite/testcommon.py +++ b/suite/testcommon.py @@ -10,7 +10,6 @@ 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