Skip to content

Commit 94dbfec

Browse files
authored
Merge pull request #546 from amudukutore/cp_hm_ut
Merge pull request #545 from edarzins/cccl-hm-fix
2 parents 3dffe65 + 23728ff commit 94dbfec

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

python/tests/kubernetes_one_svc_two_nodes.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"interval": 30,
1111
"name": "default_configmap_0_tcp",
1212
"send": "GET /",
13-
"timeout": 20,
13+
"timeout": 40,
1414
"type": "tcp"
1515
},
1616
{
1717
"interval": 10,
1818
"name": "default_configmap_1_0_http",
1919
"send": "GET /",
20-
"timeout": 5,
20+
"timeout": 15,
2121
"type": "http"
2222
}
2323
],

python/tests/kubernetes_one_svc_two_nodes_expected.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
"interval": 30,
1010
"name": "default_configmap_0_tcp",
1111
"send": "GET /",
12-
"timeout": 20,
12+
"timeout": 40,
1313
"type": "tcp"
1414
},
1515
{
1616
"interval": 10,
1717
"name": "default_configmap_1_0_http",
1818
"send": "GET /",
19-
"timeout": 5,
19+
"timeout": 15,
2020
"type": "http"
2121
}
2222
],

python/tests/kubernetes_one_udp_svc_two_nodes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"interval": 30,
1111
"name": "default_configmap_0_udp",
1212
"send": "GET /",
13-
"timeout": 20,
13+
"timeout": 40,
1414
"type": "udp"
1515
}
1616
],

python/tests/kubernetes_one_udp_svc_two_nodes_expected.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"interval": 30,
1010
"name": "default_configmap_0_udp",
1111
"send": "GET /",
12-
"timeout": 20,
12+
"timeout": 40,
1313
"type": "udp"
1414
}
1515
],

0 commit comments

Comments
 (0)