]> xenbits.xensource.com Git - ovmf.git/commitdiff
.azurepipelines/templates: Increase run to shell timeout
authorMichael D Kinney <michael.d.kinney@intel.com>
Thu, 30 Mar 2023 15:13:26 +0000 (08:13 -0700)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 30 Mar 2023 19:24:36 +0000 (19:24 +0000)
Increase the CI agent timeout to boot to UEFI Shell from
1 minute to 2 minutes.  There have been a few cases where
the boot to shell in QEMU has not quite completed in 1
minute and it is failing the CI check and preventing a PR
from being merged.

Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Michael Kubacki <mikuback@linux.microsoft.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Michael Kubacki <michael.kubacki@microsoft.com>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
.azurepipelines/templates/platform-build-run-steps.yml

index 087f460d7fecce6900c229f6d97bf22bbaa792c8..8be46cda0e2de4b7820aef26deaf256e094fbb3b 100644 (file)
@@ -116,7 +116,7 @@ steps:
     filename: stuart_build\r
     arguments: -c ${{ parameters.build_file }} TOOL_CHAIN_TAG=${{ parameters.tool_chain_tag}} TARGET=${{ parameters.build_target}} -a ${{ parameters.build_arch}} ${{ parameters.build_flags}} ${{ parameters.run_flags }} --FlashOnly\r
   condition: and(and(gt(variables.pkg_count, 0), succeeded()), eq(variables['Run'], true))\r
-  timeoutInMinutes: 1\r
+  timeoutInMinutes: 2\r
 \r
 # Copy the build logs to the artifact staging directory\r
 - task: CopyFiles@2\r