Skip to content

Commit 1b7bcde

Browse files
Update timeout configurations for ANF and AFS in resource defaults (#77)
1 parent 18c57e9 commit 1b7bcde

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/roles/ha_scs/tasks/files/constants.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,9 @@ RESOURCE_DEFAULTS:
105105
operations:
106106
monitor:
107107
interval: ["11", "11s"]
108-
timeout: ["105", "105s"]
108+
timeout:
109+
ANF: ["105", "105s"]
110+
AFS: ["60", "60s"]
109111
start:
110112
interval: ["0", "0s"]
111113
timeout: ["180", "180s"]
@@ -130,7 +132,9 @@ RESOURCE_DEFAULTS:
130132
operations:
131133
monitor:
132134
interval: ["11", "11s"]
133-
timeout: ["105", "105s"]
135+
timeout:
136+
ANF: ["105", "105s"]
137+
AFS: ["60", "60s"]
134138
start:
135139
interval: ["0", "0s"]
136140
timeout: ["180", "180s"]

0 commit comments

Comments
 (0)