diff options
| author | KyleMiles <krm504@nyu.edu> | 2018-08-17 12:30:22 -0400 |
|---|---|---|
| committer | KyleMiles <krm504@nyu.edu> | 2018-08-17 12:30:22 -0400 |
| commit | 56bfbc430d8aa7f5e581958a5b9e600372805cdb (patch) | |
| tree | 31b7a2e5be7504c7e7f49e762c1e4dadc4accd12 | |
| parent | 48e6c7bb5dfd933d5515832aed426226f8d63e22 (diff) | |
Unit Tests Run On One Thread
| -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 |
