Skip to content

Commit

Permalink
Increase timeouts for CI (contributes to IBM-Blockchain#71)
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Stone <sstone1@uk.ibm.com>
  • Loading branch information
Simon Stone committed Jun 17, 2020
1 parent 41ffe4d commit f64939d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions tests/integration/integration_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ api_endpoint: https://ibp-console.example.org:32000
api_authtype: basic
api_key: xxxxxxxx
api_secret: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
api_timeout: 600
wait_timeout: 600
k8s_namespace: ibp
test_run_id: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
short_test_run_id: xxxxxxxx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
api_authtype: "{{ api_authtype | mandatory }}"
api_key: "{{ api_key | mandatory }}"
api_secret: "{{ api_secret | mandatory }}"
api_timeout: "{{ api_timeout | mandatory }}"
ca_name: "Test CA {{ short_test_run_id }}"
ca_config_override:
ca:
Expand All @@ -29,7 +30,7 @@
hf.AffiliationMgr: true
k8s_namespace: "{{ k8s_namespace | mandatory }}"
k8s_name: "testca{{ short_test_run_id }}"
wait_timeout: 600
wait_timeout: "{{ wait_timeout | mandatory }}"

- name: Run tests
block:
Expand Down

0 comments on commit f64939d

Please sign in to comment.