We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bc7977 commit f87308bCopy full SHA for f87308b
tests/playbooks/roles/install-csi-cinder/tasks/main.yaml
@@ -190,12 +190,12 @@
190
--ginkgo.noColor \
191
--ginkgo.progress \
192
--ginkgo.v \
193
- --ginkgo.timeout=24h \
+ --ginkgo.timeout=1h30m \
194
-test.timeout=0 \
195
-report-dir="/var/log/csi-pod" | tee "/var/log/csi-pod/cinder-csi-e2e.log"
196
register: functional_test_result
197
ignore_errors: true
198
- async: 5400 # wait 1h30m then fail and fetch the logs
+ async: 5700 # wait 1h35m (i.e. 5 mins longer than the ginkgo timeout) then fail and fetch the logs
199
poll: 15
200
201
- name: Collect pod logs for debug purpose
0 commit comments