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:
parent
5014795c9a
commit
5dcbacb747
2 changed files with 2 additions and 2 deletions
|
@ -15,4 +15,4 @@ jobs:
|
||||||
- stage: Unit tests
|
- stage: Unit tests
|
||||||
script: make test
|
script: make test
|
||||||
- stage: E2e tests
|
- stage: E2e tests
|
||||||
script: travis_wait 30 ./scripts/travis-e2e.sh
|
script: travis_wait 60 ./scripts/travis-e2e.sh
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -33,7 +33,7 @@ container:
|
||||||
docker build -t $(REPO):$(TAG) .
|
docker build -t $(REPO):$(TAG) .
|
||||||
|
|
||||||
e2e-test:
|
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:
|
e2e-status:
|
||||||
kubectl get prometheus,alertmanager,servicemonitor,statefulsets,deploy,svc,endpoints,pods,cm,secrets,replicationcontrollers --all-namespaces
|
kubectl get prometheus,alertmanager,servicemonitor,statefulsets,deploy,svc,endpoints,pods,cm,secrets,replicationcontrollers --all-namespaces
|
||||||
|
|
Loading…
Add table
Reference in a new issue