makefile: increase acceptance test timeout
This commit is contained in:
parent
e07dc8891d
commit
7387dd4311
2
Makefile
2
Makefile
|
@ -32,7 +32,7 @@ testacc: config/y.go libucl
|
||||||
echo "ERROR: Set TEST to a specific package"; \
|
echo "ERROR: Set TEST to a specific package"; \
|
||||||
exit 1; \
|
exit 1; \
|
||||||
fi
|
fi
|
||||||
TF_ACC=1 go test $(TEST) -v $(TESTARGS)
|
TF_ACC=1 go test $(TEST) -v $(TESTARGS) -timeout 30m
|
||||||
|
|
||||||
testrace: config/y.go libucl
|
testrace: config/y.go libucl
|
||||||
TF_ACC= go test -race $(TEST) $(TESTARGS)
|
TF_ACC= go test -race $(TEST) $(TESTARGS)
|
||||||
|
|
Loading…
Reference in New Issue