diff options
| -rw-r--r-- | suite/testcommon.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
