diff --git a/.github/workflows/test-integrations.yml b/.github/workflows/test-integrations.yml index 87897c75ba..263159e429 100644 --- a/.github/workflows/test-integrations.yml +++ b/.github/workflows/test-integrations.yml @@ -632,7 +632,7 @@ jobs: -- \ go test \ -tags "${{ env.GOTAGS }}" \ - -timeout=30m \ + -timeout=60m \ -json . \ --target-image ${{ env.CONSUL_LATEST_IMAGE_NAME }} \ --target-version local \