Skip to content

Commit

Permalink
chore(action) set timeout of integration tests t0 60m
Browse files Browse the repository at this point in the history
  • Loading branch information
randmonkey committed Jun 15, 2022
1 parent e55100c commit 4bb9469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/e2e/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ function cleanup() {
trap cleanup EXIT SIGINT SIGQUIT

NCPU="$(getconf _NPROCESSORS_ONLN)"
GOFLAGS="-tags=integration_tests" KONG_TEST_CLUSTER="gke:${CLUSTER_NAME}" go test -parallel "${NCPU}" -timeout 30m -v ./test/integration/...
GOFLAGS="-tags=integration_tests" KONG_TEST_CLUSTER="gke:${CLUSTER_NAME}" go test -parallel "${NCPU}" -timeout 60m -v ./test/integration/...

0 comments on commit 4bb9469

Please sign in to comment.