Skip to content

Commit

Permalink
Doubled warm up time fore webserver
Browse files Browse the repository at this point in the history
  • Loading branch information
oneolddev committed Feb 23, 2019
1 parent bcf05ac commit eaff083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ test_script:
- ps: Write-Host "== starting web server =="
- ps: cd c:\Published
- ps: $webhost = start-process "dotnet" "AllReady.dll" -PassThru -RedirectStandardOutput (Join-Path $env:APPVEYOR_BUILD_FOLDER kestrel.log)
- ps: Start-Sleep 30 # Wait for webserver to warm up
- ps: Start-Sleep 60 # Wait for webserver to warm up
- ps: cd $env:APPVEYOR_BUILD_FOLDER
- ps: Write-Host "== Running integration tests =="
- ps: AllReadyApp\AllReady.IntegrationTest\bin\Release\AllReady.IntegrationTest.exe
Expand Down

0 comments on commit eaff083

Please sign in to comment.