AzurePipelines: Increase sleep time

This commit is contained in:
Eric NGUYEN 2022-10-10 11:40:56 +02:00
parent 9547e4d1d1
commit 81e73d414f

View file

@ -49,7 +49,7 @@ steps:
node ./test-server/http.js &
dotnet run --project=./csharp/SVGLDLibs/SVGLDWebAPI/SVGLDWebAPI.csproj &
jobs
sleep 5
sleep 10
pnpm i
pnpm run test:nowatch
pnpm run build