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 a5824b0 commit 80ef658Copy full SHA for 80ef658
scripts/acctest.sh
@@ -16,5 +16,5 @@ info "Executing acceptance tests"
16
# - A `-run` parameter is used to target *only* tests starting with `TestAcc`. This prefix is
17
# recommended by Hashicorp and is documented here:
18
# https://www.terraform.io/docs/extend/testing/acceptance-tests/index.html#test-files
19
- TF_ACC=1 go test -run ^TestAcc -tags "${*:-all}" -v ./... || fatal "Build finished in error due to failed tests"
+ TF_ACC=1 go test -timeout 120m -run ^TestAcc -tags "${*:-all}" -v ./... || fatal "Build finished in error due to failed tests"
20
)
0 commit comments