From 51485259aefe31e090e7c8506c20626f849ba959 Mon Sep 17 00:00:00 2001 From: Qstick Date: Mon, 14 Mar 2022 22:30:18 -0500 Subject: [PATCH] Allow more startup time for openapi generation Radarr has many migrations --- docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.sh b/docs.sh index 553071ab8..e4a8c87e8 100644 --- a/docs.sh +++ b/docs.sh @@ -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