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.
wait-process
1 parent 82a56f8 commit e5cf671Copy full SHA for e5cf671
1 file changed
appveyor/scripts/installNVDA.ps1
@@ -10,7 +10,7 @@ $outputDir=$(resolve-path .\testOutput)
10
$installerLogFilePath="$outputDir\nvda_install.log"
11
$installerProcess=start-process -FilePath "$nvdaLauncherFile" -ArgumentList "--install-silent --debug-logging --log-file $installerLogFilePath" -passthru
12
try {
13
- $installerProcess | wait-process -Timeout 180
+ $installerProcess | wait-process -Timeout 180 -ErrorAction Stop
14
$errorCode=$installerProcess.ExitCode
15
} catch {
16
echo "NVDA installer process timed out"
0 commit comments