build.py: Add Timeout customization

This commit is contained in:
Mykola Grymalyuk
2022-10-26 17:22:27 -06:00
parent 604fb7e28f
commit 91cb6e4ecf
4 changed files with 25 additions and 1 deletions
+1
View File
@@ -204,6 +204,7 @@ class Constants:
self.host_is_hackintosh = False # Determine if host is Hackintosh
self.commit_info = (None, None, None)
self.set_vmm_cpuid = False # Set VMM bit inside CPUID
self.oc_timeout = 5 # Set OpenCore timeout
self.legacy_accel_support = [
os_data.os_data.big_sur,