File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 :
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 :
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 }}
You can’t perform that action at this time.
0 commit comments