mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #4560 from hashicorp/f-increase-testacc-timeout
Increase acceptance test timeout to 120m from 90m
This commit is contained in:
commit
b96122f24e
2
Makefile
2
Makefile
@ -39,7 +39,7 @@ testacc: fmtcheck generate
|
|||||||
echo " make testacc TEST=./builtin/providers/aws"; \
|
echo " make testacc TEST=./builtin/providers/aws"; \
|
||||||
exit 1; \
|
exit 1; \
|
||||||
fi
|
fi
|
||||||
TF_ACC=1 go test $(TEST) -v $(TESTARGS) -timeout 90m
|
TF_ACC=1 go test $(TEST) -v $(TESTARGS) -timeout 120m
|
||||||
|
|
||||||
# testrace runs the race checker
|
# testrace runs the race checker
|
||||||
testrace: fmtcheck generate
|
testrace: fmtcheck generate
|
||||||
|
Loading…
Reference in New Issue
Block a user