Skip to content

Commit 4827ca2

Browse files
authored
tgc-revival: adjust max attempts to 5 (#15983)
1 parent d8b9cce commit 4827ca2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mmv1/third_party/tgc_next/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ test-integration:
1818
go version
1919
terraform --version
2020
./config-tf-dev-override.sh
21-
TF_CLI_CONFIG_FILE="$${PWD}/${TF_CONFIG_FILE}" GO111MODULE=on go test -run=TestAcc $(TESTPATH) $(TESTARGS) -parallel 8 -timeout 30m -v ./...
21+
TF_CLI_CONFIG_FILE="$${PWD}/${TF_CONFIG_FILE}" GO111MODULE=on go test -run=TestAcc $(TESTPATH) $(TESTARGS) -p 8 -parallel 8 -timeout 60m -v ./...
2222

2323
mod-clean:
2424
git restore go.mod

mmv1/third_party/tgc_next/test/setup.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ type Resource struct {
6161

6262
const (
6363
ymdFormat = "2006-01-02"
64-
maxAttempts = 3
64+
maxAttempts = 5
6565
)
6666

6767
var (

0 commit comments

Comments
 (0)