1
0
Fork 0
mirror of https://github.com/prometheus-operator/prometheus-operator.git synced 2025-04-16 09:16:38 +00:00

*: bump test timeouts

This commit is contained in:
Frederic Branczyk 2017-11-30 16:15:20 +01:00
parent 5014795c9a
commit 5dcbacb747
No known key found for this signature in database
GPG key ID: 7741A52782A90069
2 changed files with 2 additions and 2 deletions

View file

@ -15,4 +15,4 @@ jobs:
- stage: Unit tests
script: make test
- stage: E2e tests
script: travis_wait 30 ./scripts/travis-e2e.sh
script: travis_wait 60 ./scripts/travis-e2e.sh

View file

@ -33,7 +33,7 @@ container:
docker build -t $(REPO):$(TAG) .
e2e-test:
go test -timeout 40m -v ./test/e2e/ $(TEST_RUN_ARGS) --kubeconfig=$(KUBECONFIG) --operator-image=$(REPO):$(TAG) --namespace=$(NAMESPACE)
go test -timeout 55m -v ./test/e2e/ $(TEST_RUN_ARGS) --kubeconfig=$(KUBECONFIG) --operator-image=$(REPO):$(TAG) --namespace=$(NAMESPACE)
e2e-status:
kubectl get prometheus,alertmanager,servicemonitor,statefulsets,deploy,svc,endpoints,pods,cm,secrets,replicationcontrollers --all-namespaces