Allow more startup time for openapi generation

Radarr has many migrations
This commit is contained in:
Qstick 2022-03-14 22:30:18 -05:00
parent 76a3ca37ed
commit 51485259ae
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ dotnet tool install --version 6.3.0 Swashbuckle.AspNetCore.Cli
dotnet tool run swagger tofile --output ./src/Radarr.Api.V3/openapi.json "$outputFolder/net6.0/$RUNTIME/radarr.console.dll" v3 &
sleep 10
sleep 45
kill %1