Skip to content

Commit

Permalink
Merge pull request #2396 from ClusterHQ/cinder-functional-tests-timeo…
Browse files Browse the repository at this point in the history
…ut-bump-FLOC-3680

[FLOC-3680] Increase the Jenkins timeouts for running the Cinder functional test suite
  • Loading branch information
Jean-Paul Calderone committed Dec 30, 2015
2 parents b2c3423 + 56abb76 commit d2bef1a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1134,7 +1134,10 @@ job_type:
publish_test_results: true
coverage_report: true
clean_repo: true
timeout: 45
# Give this job a slightly longer timeout because it has to interact with
# the cloud-supplied Cinder which can be a bit sluggish even in the best
# of times.
timeout: 90

run_trial_for_cinder_storage_driver_on_Ubuntu_trusty:
on_nodes_with_labels: 'rackspace-jenkins-slave-ubuntu14-standard-4-dfw'
Expand All @@ -1153,7 +1156,9 @@ job_type:
publish_test_results: true
coverage_report: true
clean_repo: true
timeout: 45
# Reasoning for run_trial_for_cinder_storage_driver_on_CentOS_7's timeout
# applies here as well.
timeout: 90


# http://build.clusterhq.com/builders/flocker-docs
Expand Down

0 comments on commit d2bef1a

Please sign in to comment.