diff --git a/deploy/pipelines/templates/p4vfs-ci.yml b/deploy/pipelines/templates/p4vfs-ci.yml index d5f391d..d6a713f 100644 --- a/deploy/pipelines/templates/p4vfs-ci.yml +++ b/deploy/pipelines/templates/p4vfs-ci.yml @@ -22,7 +22,7 @@ parameters: jobs: - job: P4VFS_CI - timeoutInMinutes: 240 + timeoutInMinutes: 540 workspace: clean: all diff --git a/external/OpenSSL/OpenSSL.Module.cs b/external/OpenSSL/OpenSSL.Module.cs index 5e77bc1..ac87029 100644 --- a/external/OpenSSL/OpenSSL.Module.cs +++ b/external/OpenSSL/OpenSSL.Module.cs @@ -75,7 +75,7 @@ private void BuildOpensslLibrary(string opensslArchiveFolder, string opensslTarg $"@ECHO ON", $"CALL \"{vcvarsScriptPath}\"", $"CD /D \"{opensslArchiveFolder}\"", - $"\"{perlExe}\" Configure VC-WIN64A no-asm \"--prefix={opensslConfigurationFolder}\" \"--openssldir={opensslConfigurationFolder}-ssl\" --{configuration}", + $"\"{perlExe}\" Configure VC-WIN64A no-asm no-tests \"--prefix={opensslConfigurationFolder}\" \"--openssldir={opensslConfigurationFolder}-ssl\" --{configuration}", $"IF %ERRORLEVEL% NEQ 0 EXIT /B 1", $"nmake clean", $"IF %ERRORLEVEL% NEQ 0 EXIT /B 1",