From 1537fbb0e9685233ecf027bf506b12688218b9be Mon Sep 17 00:00:00 2001 From: Nick Irvine <115657443+nfi-hashicorp@users.noreply.github.com> Date: Wed, 28 Jun 2023 17:30:46 -0700 Subject: [PATCH] temp: 60 minute timeout? --- .github/workflows/test-integrations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \