We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97bbc52 commit 1d39e6fCopy full SHA for 1d39e6f
.github/workflows/test.yml
@@ -59,7 +59,7 @@ jobs:
59
name: Terraform Provider Acceptance Tests
60
needs: build
61
runs-on: ubuntu-latest
62
- timeout-minutes: 15
+ timeout-minutes: 30
63
strategy:
64
fail-fast: false
65
max-parallel: 1
@@ -104,4 +104,4 @@ jobs:
104
OPENAI_ADMIN_KEY: ${{ secrets.OPENAI_ADMIN_KEY }}
105
OPENAI_TEST_USER_ID: ${{ secrets.OPENAI_TEST_USER_ID }}
106
run: go test -v -cover ./internal/provider/
107
- timeout-minutes: 10
+ timeout-minutes: 20
0 commit comments