Skip to content

Commit

Permalink
Tries to increase sleep time
Browse files Browse the repository at this point in the history
  • Loading branch information
antoineatstariongroup committed Jan 20, 2025
1 parent cb7ae62 commit 1866933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CodeQuality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 45 # Adjust as necessary to ensure the API is up
run: sleep 60 # Adjust as necessary to ensure the API is up

- name: Checkout Integration Test Suite
uses: actions/checkout@v4
Expand Down

0 comments on commit 1866933

Please sign in to comment.