@@ -190,6 +190,7 @@ func Test_defaultModelBuilderTask_Build(t *testing.T) {
190
190
"port":"traffic-port",
191
191
"protocol":"TCP",
192
192
"intervalSeconds":10,
193
+ "timeoutSeconds":10,
193
194
"healthyThresholdCount":3,
194
195
"unhealthyThresholdCount":3
195
196
},
@@ -334,6 +335,7 @@ func Test_defaultModelBuilderTask_Build(t *testing.T) {
334
335
"port":"traffic-port",
335
336
"protocol":"TCP",
336
337
"intervalSeconds":10,
338
+ "timeoutSeconds":10,
337
339
"healthyThresholdCount":3,
338
340
"unhealthyThresholdCount":3
339
341
},
@@ -518,6 +520,7 @@ func Test_defaultModelBuilderTask_Build(t *testing.T) {
518
520
"protocol":"HTTP",
519
521
"path":"/healthz",
520
522
"intervalSeconds":10,
523
+ "timeoutSeconds":30,
521
524
"healthyThresholdCount":2,
522
525
"unhealthyThresholdCount":2
523
526
},
@@ -541,6 +544,7 @@ func Test_defaultModelBuilderTask_Build(t *testing.T) {
541
544
"protocol":"HTTP",
542
545
"path":"/healthz",
543
546
"intervalSeconds":10,
547
+ "timeoutSeconds":30,
544
548
"healthyThresholdCount":2,
545
549
"unhealthyThresholdCount":2
546
550
},
@@ -852,6 +856,7 @@ func Test_defaultModelBuilderTask_Build(t *testing.T) {
852
856
"protocol":"HTTP",
853
857
"path":"/healthz",
854
858
"intervalSeconds":10,
859
+ "timeoutSeconds":30,
855
860
"healthyThresholdCount":2,
856
861
"unhealthyThresholdCount":2
857
862
},
@@ -875,6 +880,7 @@ func Test_defaultModelBuilderTask_Build(t *testing.T) {
875
880
"protocol":"HTTP",
876
881
"path":"/healthz",
877
882
"intervalSeconds":10,
883
+ "timeoutSeconds":30,
878
884
"healthyThresholdCount":2,
879
885
"unhealthyThresholdCount":2
880
886
},
@@ -1180,6 +1186,7 @@ func Test_defaultModelBuilderTask_Build(t *testing.T) {
1180
1186
"port": "traffic-port",
1181
1187
"protocol":"TCP",
1182
1188
"intervalSeconds":10,
1189
+ "timeoutSeconds":10,
1183
1190
"healthyThresholdCount":3,
1184
1191
"unhealthyThresholdCount":3
1185
1192
},
@@ -1202,6 +1209,7 @@ func Test_defaultModelBuilderTask_Build(t *testing.T) {
1202
1209
"port":"traffic-port",
1203
1210
"protocol":"TCP",
1204
1211
"intervalSeconds":10,
1212
+ "timeoutSeconds":10,
1205
1213
"healthyThresholdCount":3,
1206
1214
"unhealthyThresholdCount":3
1207
1215
},
@@ -1448,8 +1456,9 @@ func Test_defaultModelBuilderTask_Build(t *testing.T) {
1448
1456
"healthCheckConfig":{
1449
1457
"port": 29123,
1450
1458
"protocol":"HTTP",
1451
- "path":"/healthz",
1459
+ "path":"/healthz",
1452
1460
"intervalSeconds":10,
1461
+ "timeoutSeconds":6,
1453
1462
"healthyThresholdCount":2,
1454
1463
"unhealthyThresholdCount":2
1455
1464
},
@@ -1471,8 +1480,9 @@ func Test_defaultModelBuilderTask_Build(t *testing.T) {
1471
1480
"healthCheckConfig":{
1472
1481
"port": 29123,
1473
1482
"protocol":"HTTP",
1474
- "path":"/healthz",
1483
+ "path":"/healthz",
1475
1484
"intervalSeconds":10,
1485
+ "timeoutSeconds":6,
1476
1486
"healthyThresholdCount":2,
1477
1487
"unhealthyThresholdCount":2
1478
1488
},
@@ -1729,6 +1739,7 @@ func Test_defaultModelBuilderTask_Build(t *testing.T) {
1729
1739
"port":"traffic-port",
1730
1740
"protocol":"TCP",
1731
1741
"intervalSeconds":10,
1742
+ "timeoutSeconds":10,
1732
1743
"healthyThresholdCount":3,
1733
1744
"unhealthyThresholdCount":3
1734
1745
},
@@ -1941,7 +1952,8 @@ func Test_defaultModelBuilderTask_Build(t *testing.T) {
1941
1952
"unhealthyThresholdCount": 3,
1942
1953
"protocol": "TCP",
1943
1954
"port": "traffic-port",
1944
- "intervalSeconds": 10
1955
+ "intervalSeconds": 10,
1956
+ "timeoutSeconds":10
1945
1957
},
1946
1958
"targetGroupAttributes": [
1947
1959
{
@@ -2210,6 +2222,7 @@ func Test_defaultModelBuilderTask_Build(t *testing.T) {
2210
2222
"port": "traffic-port",
2211
2223
"protocol": "TCP",
2212
2224
"intervalSeconds": 10,
2225
+ "timeoutSeconds":10,
2213
2226
"healthyThresholdCount": 3,
2214
2227
"unhealthyThresholdCount": 3
2215
2228
},
@@ -2355,6 +2368,7 @@ func Test_defaultModelBuilderTask_Build(t *testing.T) {
2355
2368
"port": "traffic-port",
2356
2369
"protocol": "TCP",
2357
2370
"intervalSeconds": 10,
2371
+ "timeoutSeconds":10,
2358
2372
"healthyThresholdCount": 3,
2359
2373
"unhealthyThresholdCount": 3
2360
2374
},
@@ -2551,6 +2565,7 @@ func Test_defaultModelBuilderTask_Build(t *testing.T) {
2551
2565
"port": "traffic-port",
2552
2566
"protocol": "TCP",
2553
2567
"intervalSeconds": 10,
2568
+ "timeoutSeconds":10,
2554
2569
"healthyThresholdCount": 3,
2555
2570
"unhealthyThresholdCount": 3
2556
2571
},
@@ -2693,6 +2708,7 @@ func Test_defaultModelBuilderTask_Build(t *testing.T) {
2693
2708
"port":"traffic-port",
2694
2709
"protocol":"TCP",
2695
2710
"intervalSeconds":10,
2711
+ "timeoutSeconds":10,
2696
2712
"healthyThresholdCount":3,
2697
2713
"unhealthyThresholdCount":3
2698
2714
},
0 commit comments