diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index a5c05ed..089f0ab 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -12,7 +12,7 @@ jobs: integration-test: name: Run Integration Tests runs-on: ubuntu-latest - timeout-minutes: 20 + timeout-minutes: 30 steps: - name: Checkout code diff --git a/Makefile b/Makefile index 821708d..ecaf6d5 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ run: gvs cg test-integration: @echo "Running integration tests..." - go test -v -count=1 ./internal/api -run TestCallgraphIntegration -timeout 15m + go test -v -count=1 ./internal/api -run TestCallgraphIntegration -timeout 25m .PHONY: gvs