mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-28 18:01:01 -06:00
Makefile: bump test timeout from 10s to 30s
on a slow internet connection, the BitBucket tests were taking over 10s and panicing the test run
This commit is contained in:
parent
a3ef8bed68
commit
bba3890f32
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