We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 011fafd commit 656fe99Copy full SHA for 656fe99
Main.ps1
@@ -109,7 +109,7 @@ foreach ($folder in $folders) {
109
Write-TimedMessage "Importing VBA code into Office document" -StartNewStep
110
# Replace the direct Build-VBA call with the timeout version
111
$buildVbaScriptPath = "$PSScriptRoot/scripts/Build-VBA.ps1"
112
- $success = Invoke-ScriptWithTimeout -ScriptPath $buildVbaScriptPath -Arguments @("${SourceDir}/${folder}", "$app") -TimeoutSeconds 300
+ $success = Invoke-ScriptWithTimeout -ScriptPath $buildVbaScriptPath -Arguments @("${SourceDir}/${folder}", "$app") -TimeoutSeconds 60
113
114
if (-not $success) {
115
Write-TimedMessage "🔴 Build-VBA.ps1 execution timed out or failed for ${folder}. Continuing with next file..."
0 commit comments