Skip to content

Commit 1d39e6f

Browse files
committed
ref: increase test timeout
1 parent 97bbc52 commit 1d39e6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
name: Terraform Provider Acceptance Tests
6060
needs: build
6161
runs-on: ubuntu-latest
62-
timeout-minutes: 15
62+
timeout-minutes: 30
6363
strategy:
6464
fail-fast: false
6565
max-parallel: 1
@@ -104,4 +104,4 @@ jobs:
104104
OPENAI_ADMIN_KEY: ${{ secrets.OPENAI_ADMIN_KEY }}
105105
OPENAI_TEST_USER_ID: ${{ secrets.OPENAI_TEST_USER_ID }}
106106
run: go test -v -cover ./internal/provider/
107-
timeout-minutes: 10
107+
timeout-minutes: 20

0 commit comments

Comments
 (0)