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