Skip to content
This repository was archived by the owner on Jan 20, 2021. It is now read-only.

Commit db1cfab

Browse files
author
Simon Stone
authored
Merge pull request #136 from sstone1/issue-129
Bump SaaS/software timeouts to 10 minutes (resolves #129)
2 parents ab399d6 + 3cf03f6 commit db1cfab

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

tasks/saas/create-ca.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
validate_certs: no
5757
register: result
5858
until: result.status == 200
59-
retries: 60
59+
retries: 600
6060
delay: 1
6161

6262
- name: Copy the CA root certificate
@@ -71,7 +71,7 @@
7171
validate_certs: no
7272
register: result
7373
until: result.status == 200
74-
retries: 60
74+
retries: 600
7575
delay: 1
7676

7777
- name: Copy the TLS CA root certificate (for all components)

tasks/saas/create-orderer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
validate_certs: no
8282
register: result
8383
until: result.status == 200
84-
retries: 60
84+
retries: 600
8585
delay: 1
8686

8787
- name: Update orderer facts

tasks/saas/create-peer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
validate_certs: no
8282
register: result
8383
until: result.status == 200
84-
retries: 60
84+
retries: 600
8585
delay: 1
8686

8787
- name: Update peer facts

tasks/software/create-ca.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
validate_certs: no
6060
register: result
6161
until: result.status == 200
62-
retries: 60
62+
retries: 600
6363
delay: 1
6464

6565
- name: Copy the CA root certificate
@@ -74,7 +74,7 @@
7474
validate_certs: no
7575
register: result
7676
until: result.status == 200
77-
retries: 60
77+
retries: 600
7878
delay: 1
7979

8080
- name: Copy the TLS CA root certificate (for all components)

tasks/software/create-orderer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
validate_certs: no
8585
register: result
8686
until: result.status == 200
87-
retries: 60
87+
retries: 600
8888
delay: 1
8989

9090
- name: Update orderer facts

tasks/software/create-peer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
validate_certs: no
8585
register: result
8686
until: result.status == 200
87-
retries: 60
87+
retries: 600
8888
delay: 1
8989

9090
- name: Update peer facts

0 commit comments

Comments
 (0)