From 5615c07c8441c6848ebf25c598dc5b9fb5f3e99c Mon Sep 17 00:00:00 2001 From: antoineatstariongroup Date: Tue, 28 Jan 2025 09:00:53 +0100 Subject: [PATCH] Increasing waiting time --- .github/workflows/CodeQuality.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CodeQuality.yml b/.github/workflows/CodeQuality.yml index 1d602883..365d318e 100644 --- a/.github/workflows/CodeQuality.yml +++ b/.github/workflows/CodeQuality.yml @@ -79,7 +79,7 @@ jobs: run: dotnet-coverage collect --output CoverageResults/integration.test.report.coverage.xml --output-format cobertura --session-id integrationtestsession "dotnet run --project CometServer/CometServer.csproj -c Debug" & - name: Wait for API to start - run: sleep 60 # Adjust as necessary to ensure the API is up + run: sleep 70 # Adjust as necessary to ensure the API is up - name: Checkout Integration Test Suite uses: actions/checkout@v4