diff --git a/test/SmokeTests/OOProcSmokeTests/DotNetIsolated/run-smoke-tests.ps1 b/test/SmokeTests/OOProcSmokeTests/DotNetIsolated/run-smoke-tests.ps1 index e32ff9e20..adc367c9d 100644 --- a/test/SmokeTests/OOProcSmokeTests/DotNetIsolated/run-smoke-tests.ps1 +++ b/test/SmokeTests/OOProcSmokeTests/DotNetIsolated/run-smoke-tests.ps1 @@ -19,7 +19,7 @@ Do { cd ./test/SmokeTests/OOProcSmokeTests/DotNetIsolated && func host start --port 7071 *> Debug.txt & Write-Host "Waiting for the Functions host to start up..." -ForegroundColor Yellow - Start-Sleep -Seconds 40 + Start-Sleep -Seconds 60 } @@ -66,6 +66,7 @@ Do { Write-Host $_ -ForegroundColor Red $output = cat ./test/SmokeTests/OOProcSmokeTests/DotNetIsolated/Debug.txt Write-Host $output + Write-Host "======================================" -ForegroundColor Red # Rethrow the original exception throw