diff options
| author | Ryan Snyder <ryan@vector35.com> | 2018-08-20 19:01:29 -0400 |
|---|---|---|
| committer | Ryan Snyder <ryan@vector35.com> | 2018-08-20 19:01:29 -0400 |
| commit | 66fe3d6c8b6a09724ef9cb9e1c0c524258a71c85 (patch) | |
| tree | 0beec24353bb8f69649395a80cab029c028a40aa | |
| parent | cecb2af5e8ec590500379e4b103531649de4e5a2 (diff) | |
Revert "Unit Tests Run On One Thread"
This reverts commit 56bfbc430d8aa7f5e581958a5b9e600372805cdb.
| -rw-r--r-- | suite/testcommon.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
