We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8b9cce commit 4827ca2Copy full SHA for 4827ca2
mmv1/third_party/tgc_next/Makefile
@@ -18,7 +18,7 @@ test-integration:
18
go version
19
terraform --version
20
./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 ./...
+ TF_CLI_CONFIG_FILE="$${PWD}/${TF_CONFIG_FILE}" GO111MODULE=on go test -run=TestAcc $(TESTPATH) $(TESTARGS) -p 8 -parallel 8 -timeout 60m -v ./...
22
23
mod-clean:
24
git restore go.mod
mmv1/third_party/tgc_next/test/setup.go
@@ -61,7 +61,7 @@ type Resource struct {
61
62
const (
63
ymdFormat = "2006-01-02"
64
- maxAttempts = 3
+ maxAttempts = 5
65
)
66
67
var (
0 commit comments