Skip to content

Commit

Permalink
Merge pull request #30 from pingidentity/InvestigatingPromotionTestFail
Browse files Browse the repository at this point in the history
Test longer timeout for promotion with logging
  • Loading branch information
henryrecker-pingidentity authored Nov 19, 2024
2 parents 13ac3d1 + c06a614 commit bd0b52f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ testacc:
TF_ACC=1 go test `go list ./internal/... | grep -v -e promotion` -timeout 10m -v -p 4

testaccpromotion:
TF_ACC=1 go test `go list ./internal/... | grep -e promotion` -timeout 30m -v -p 4
TF_ACC=1 TF_LOG=warn go test `go list ./internal/... | grep -e promotion` -timeout 55m -v -p 4

testaccfolder:
TF_ACC=1 go test ./internal/resource/${ACC_TEST_FOLDER}... -timeout 10m -v -count=1
Expand Down
16 changes: 16 additions & 0 deletions internal/resource/promotion/promotion_lock_resource_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bd0b52f

Please sign in to comment.