aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/stress_test/configs/csharp.json
diff options
context:
space:
mode:
authorGravatar Yuchen Zeng <zyc@google.com>2016-06-08 17:52:05 -0700
committerGravatar Yuchen Zeng <zyc@google.com>2016-06-08 17:52:05 -0700
commit0a0c1b0d59341e2535e27d86f1cd61f6c114b2ed (patch)
tree7910593b0f6919ae7bc8269cb8394f4ac0502fd9 /tools/run_tests/stress_test/configs/csharp.json
parent2bdde23c25b2df3f5b94100226ca2957e4e2cba4 (diff)
parentd861b13aff7481b4901ab012cfd51c5887b11a2e (diff)
Merge remote-tracking branch 'upstream/master' into base64_decode
Diffstat (limited to 'tools/run_tests/stress_test/configs/csharp.json')
-rw-r--r--tools/run_tests/stress_test/configs/csharp.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/run_tests/stress_test/configs/csharp.json b/tools/run_tests/stress_test/configs/csharp.json
index 587e1552b9..c438e08964 100644
--- a/tools/run_tests/stress_test/configs/csharp.json
+++ b/tools/run_tests/stress_test/configs/csharp.json
@@ -10,7 +10,7 @@
"baseTemplates": {
"default": {
"wrapperScriptPath": "/var/local/git/grpc/tools/gcp/stress_test/run_client.py",
- "pollIntervalSecs": 60,
+ "pollIntervalSecs": 100,
"clientArgs": {
"num_channels_per_server":5,
"num_stubs_per_channel":10,
@@ -20,7 +20,8 @@
"metricsPort": 8081,
"metricsArgs": {
"metrics_server_address": "localhost:8081",
- "total_only": "true"
+ "total_only": "true",
+ "deadline_secs": 60
}
}
},
@@ -78,7 +79,7 @@
"globalSettings": {
"buildDockerImages": true,
- "pollIntervalSecs": 60,
+ "pollIntervalSecs": 100,
"testDurationSecs": 7200,
"kubernetesProxyPort": 8009,
"datasetIdNamePrefix": "stress_test_csharp",