Skip to content

Commit f87308b

Browse files
committed
Prefer ginkgo timeout
So that we actually get test results. Signed-off-by: Stephen Finucane <[email protected]>
1 parent 4bc7977 commit f87308b

File tree

1 file changed

+2
-2
lines changed
  • tests/playbooks/roles/install-csi-cinder/tasks

1 file changed

+2
-2
lines changed

tests/playbooks/roles/install-csi-cinder/tasks/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,12 +190,12 @@
190190
--ginkgo.noColor \
191191
--ginkgo.progress \
192192
--ginkgo.v \
193-
--ginkgo.timeout=24h \
193+
--ginkgo.timeout=1h30m \
194194
-test.timeout=0 \
195195
-report-dir="/var/log/csi-pod" | tee "/var/log/csi-pod/cinder-csi-e2e.log"
196196
register: functional_test_result
197197
ignore_errors: true
198-
async: 5400 # wait 1h30m then fail and fetch the logs
198+
async: 5700 # wait 1h35m (i.e. 5 mins longer than the ginkgo timeout) then fail and fetch the logs
199199
poll: 15
200200

201201
- name: Collect pod logs for debug purpose

0 commit comments

Comments
 (0)