mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #860 from hashicorp/test-timeout
Makefile: bump test timeout from 10s to 30s
This commit is contained in:
commit
5dce9a9041
2
Makefile
2
Makefile
@ -10,7 +10,7 @@ dev: generate
|
|||||||
@TF_DEV=1 sh -c "'$(CURDIR)/scripts/build.sh'"
|
@TF_DEV=1 sh -c "'$(CURDIR)/scripts/build.sh'"
|
||||||
|
|
||||||
test: generate
|
test: generate
|
||||||
TF_ACC= go test $(TEST) $(TESTARGS) -timeout=10s -parallel=4
|
TF_ACC= go test $(TEST) $(TESTARGS) -timeout=30s -parallel=4
|
||||||
@$(MAKE) vet
|
@$(MAKE) vet
|
||||||
|
|
||||||
testacc: generate
|
testacc: generate
|
||||||
|
Loading…
Reference in New Issue
Block a user