From 099d1c88589fcbfa2ca10d3bc46cf499100384b2 Mon Sep 17 00:00:00 2001 From: Jacob Hoffman-Andrews Date: Thu, 10 May 2018 05:32:53 -0700 Subject: [PATCH] Reduce load testing request rate in Travis. (#3703) This may reduce the amount of logs we output, getting us below the level that gets our jobs killed. --- test/load-generator/config/integration-test-config.json | 2 +- test/load-generator/config/v2-integration-test-config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/load-generator/config/integration-test-config.json b/test/load-generator/config/integration-test-config.json index 6796eb7da..2820e79e1 100644 --- a/test/load-generator/config/integration-test-config.json +++ b/test/load-generator/config/integration-test-config.json @@ -6,7 +6,7 @@ "solveHTTPOne", "newCertificate" ], - "rate": 5, + "rate": 1, "runtime": "10s", "rateDelta": "5/1m" }, diff --git a/test/load-generator/config/v2-integration-test-config.json b/test/load-generator/config/v2-integration-test-config.json index c65f3f5d9..1e97f4c17 100644 --- a/test/load-generator/config/v2-integration-test-config.json +++ b/test/load-generator/config/v2-integration-test-config.json @@ -6,7 +6,7 @@ "fulfillOrder", "finalizeOrder" ], - "rate": 5, + "rate": 1, "runtime": "10s", "rateDelta": "5/1m" },