mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-26 00:41:27 -06:00
test changes to travis
Increase timeout to 60s. The consul backend tests come too close to that and timout every time they stall a little.
This commit is contained in:
parent
61355c33c5
commit
4ef90d803b
2
Makefile
2
Makefile
@ -41,7 +41,7 @@ plugin-dev: generate
|
||||
test: fmtcheck errcheck generate
|
||||
go test -i $(TEST) || exit 1
|
||||
echo $(TEST) | \
|
||||
xargs -t -n4 go test $(TESTARGS) -timeout=30s -parallel=4
|
||||
xargs -t -n4 go test $(TESTARGS) -timeout=60s -parallel=4
|
||||
|
||||
# testacc runs acceptance tests
|
||||
testacc: fmtcheck generate
|
||||
|
Loading…
Reference in New Issue
Block a user