Browse Source

temp: 60 minute timeout?

pull/17957/head
Nick Irvine 1 year ago
parent
commit
1537fbb0e9
No known key found for this signature in database
  1. 2
      .github/workflows/test-integrations.yml

2
.github/workflows/test-integrations.yml

@ -632,7 +632,7 @@ jobs:
-- \ -- \
go test \ go test \
-tags "${{ env.GOTAGS }}" \ -tags "${{ env.GOTAGS }}" \
-timeout=30m \ -timeout=60m \
-json . \ -json . \
--target-image ${{ env.CONSUL_LATEST_IMAGE_NAME }} \ --target-image ${{ env.CONSUL_LATEST_IMAGE_NAME }} \
--target-version local \ --target-version local \

Loading…
Cancel
Save