Skip to content

Commit 0d7488c

Browse files
author
Pedro Montiel
committed
INVS-11: test timeout
1 parent 225164c commit 0d7488c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
name: Matrix Test
5555
needs: build
5656
runs-on: ubuntu-latest
57-
timeout-minutes: 25
57+
timeout-minutes: 35
5858
strategy:
5959
fail-fast: false
6060
matrix:
@@ -77,7 +77,7 @@ jobs:
7777
go mod download
7878
7979
- name: TF acceptance tests
80-
timeout-minutes: 20
80+
timeout-minutes: 30
8181
env:
8282
TF_ACC: "1"
8383
TF_ACC_TERRAFORM_VERSION: ${{ matrix.terraform }}

sumologic/resource_sumologic_cse_match_list_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ func TestAccSumologicSCEMatchList_createAndUpdate(t *testing.T) {
1515
nActive := true
1616
nDefaultTtl := 10800
1717
nDescription := "New Match List Description"
18-
nName := "Match List Name2"
18+
nName := "Match List Name"
1919
nTargetColumn := "SrcIp"
2020
liActive := true
2121
liDescription := "Match List Item Description"

0 commit comments

Comments
 (0)