From 2c6d31fba10c160630a88151a0327902f9bab4ee Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Fri, 16 Jun 2023 14:19:59 +0200 Subject: [PATCH] Update intel_build_all.yml --- .github/workflows/intel_build_all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/intel_build_all.yml b/.github/workflows/intel_build_all.yml index 095ff8cf0..fbecb1f77 100644 --- a/.github/workflows/intel_build_all.yml +++ b/.github/workflows/intel_build_all.yml @@ -50,7 +50,7 @@ jobs: run: | curl.exe --output %TEMP%\webimage.exe \ --url https:/registrationcenter-download.intel.com/akdlm/IRC_NAS/2a13d966-fcc5-4a66-9fcc-50603820e0c9/w_HPCKit_p_2023.1.0.46357_offline.exe \ - --retry 5 --retry-delay 5 --max-time 1800 + --retry 5 --retry-delay 5 --max-time 600 echo "extracting image" start /b /wait %TEMP%\webimage.exe -s -x -f webimage_extracted --log extract.log del %TEMP%\webimage.exe