makefile: increase acceptance test timeout

This commit is contained in:
Jack Pearkes 2014-07-31 15:20:04 -04:00
parent e07dc8891d
commit 7387dd4311
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ testacc: config/y.go libucl
echo "ERROR: Set TEST to a specific package"; \
exit 1; \
fi
TF_ACC=1 go test $(TEST) -v $(TESTARGS)
TF_ACC=1 go test $(TEST) -v $(TESTARGS) -timeout 30m
testrace: config/y.go libucl
TF_ACC= go test -race $(TEST) $(TESTARGS)