Skip to content
Snippets Groups Projects
Verified Commit 245744f0 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

increase helm test duration

This test actually succeeded:
https://open.greenhost.net/stackspin/nextcloud/-/jobs/281688
, but it failed in `helm test`, because it timed out while waiting for
the condition. This commit should solve that
parent d4c79354
No related branches found
No related tags found
1 merge request!273Resolve "Pin nextcloud onlyoffice plugin version"
Pipeline #28297 passed with stages
in 10 minutes and 55 seconds
......@@ -100,7 +100,7 @@ test-helm-chart:
stage: test-helm-chart
script:
- cd ${CHART_DIR:-"."}
- helm test -n nc$CI_MERGE_REQUEST_IID --logs "nc$CI_MERGE_REQUEST_IID"
- helm test -n nc$CI_MERGE_REQUEST_IID --logs "nc$CI_MERGE_REQUEST_IID" --timeout 10m
extends:
- .use_kubernetes
- .chart_changes_rules
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment