Skip to content

Commit

Permalink
increase tests timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-tron committed Apr 28, 2020
1 parent 65aa421 commit 433f7e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CURRENT_DIR := $(patsubst %/,%,$(dir $(realpath $(MKFILE_PATH))))

# List of tests to run
TEST ?= $$(go list ./... | grep -v /vendor/ | grep -v /e2e)
TEST_TIMEOUT?=10m
TEST_TIMEOUT?=20m
GOFMT_FILES?=$$(find . -name '*.go' |grep -v vendor)

#Plugin information
Expand Down Expand Up @@ -52,7 +52,7 @@ VAULT_CLIENT_TIMEOUT = 180s
test: linter
VAULT_ACC=1 \
go get gotest.tools/gotestsum
gotestsum --junitfile junit.xml
gotestsum --junitfile junit.xml -- -timeout $(TEST_TIMEOUT) ./...

policy_test:
go test github.com/Venafi/vault-pki-monitor-venafi/plugin/pki -run ^TestBackend_VenafiPolicy*$
Expand Down

0 comments on commit 433f7e5

Please sign in to comment.