diff --git a/CorebootModulePkg/Library/CorebootBdsLib/BdsPlatform.c b/CorebootModulePkg/Library/CorebootBdsLib/BdsPlatform.c index 699f3335a1..011c2df0bf 100644 --- a/CorebootModulePkg/Library/CorebootBdsLib/BdsPlatform.c +++ b/CorebootModulePkg/Library/CorebootBdsLib/BdsPlatform.c @@ -1262,7 +1262,7 @@ Returns: &UserInputDurationTime ); ASSERT (Status == EFI_SUCCESS); - Status = gBS->SetTimer (UserInputDurationTime, TimerRelative, 10000000); + Status = gBS->SetTimer (UserInputDurationTime, TimerRelative, 20000000); ASSERT (Status == EFI_SUCCESS); //