Skip to content

Commit c1cec06

Browse files
committed
Increase timeout for matrix tests Github action
1 parent c4f33fe commit c1cec06

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
- 'README.md'
1515
- 'CHANGELOG.md'
1616
# For systems with an upstream API that could drift unexpectedly (like most SaaS systems, etc.),
17-
# we recommend testing at a regular interval not necessarily tied to code changes. This will
17+
# we recommend testing at a regular interval not necessarily tied to code changes. This will
1818
# ensure you are alerted to something breaking due to an API change, even if the code did not
1919
# change.
2020
schedule:
@@ -47,7 +47,7 @@ jobs:
4747
name: Matrix Test
4848
needs: build
4949
runs-on: ubuntu-latest
50-
timeout-minutes: 15
50+
timeout-minutes: 20
5151
strategy:
5252
fail-fast: false
5353
matrix:
@@ -68,9 +68,9 @@ jobs:
6868
- name: Get dependencies
6969
run: |
7070
go mod download
71-
71+
7272
- name: TF acceptance tests
73-
timeout-minutes: 10
73+
timeout-minutes: 15
7474
env:
7575
TF_ACC: "1"
7676
TF_ACC_TERRAFORM_VERSION: ${{ matrix.terraform }}

0 commit comments

Comments
 (0)