Increase bootcheck timeout
This commit is contained in:
parent
ee093e9f1c
commit
dce9e78a4f
1 changed files with 2 additions and 1 deletions
|
@ -865,7 +865,8 @@ grub_mkpasswd_pbkdf2_CFLAGS += -Wno-missing-field-initializers -Wno-error -I$(sr
|
|||
|
||||
# Randomly generated
|
||||
SUCCESSFUL_BOOT_STRING=3e49994fd5d82b7c9298d672d774080d
|
||||
BOOTCHECK_TIMEOUT=60
|
||||
# tianocore cd access is very slow
|
||||
BOOTCHECK_TIMEOUT=600
|
||||
|
||||
bootcheck: $(BOOTCHECKS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue