From 19e12d66fe197de259a6862028b040ced843fb44 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Sat, 29 Dec 2018 19:43:07 -0600 Subject: [PATCH] BdsPlatform: increase timeout to 2s Signed-off-by: Matt DeVillier --- CorebootModulePkg/Library/CorebootBdsLib/BdsPlatform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); //