Skip to content

Commit 099d1c8

Browse files
jshacpu
authored andcommitted
Reduce load testing request rate in Travis. (letsencrypt#3703)
This may reduce the amount of logs we output, getting us below the level that gets our jobs killed.
1 parent 76a3f4a commit 099d1c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/load-generator/config/integration-test-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"solveHTTPOne",
77
"newCertificate"
88
],
9-
"rate": 5,
9+
"rate": 1,
1010
"runtime": "10s",
1111
"rateDelta": "5/1m"
1212
},

test/load-generator/config/v2-integration-test-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"fulfillOrder",
77
"finalizeOrder"
88
],
9-
"rate": 5,
9+
"rate": 1,
1010
"runtime": "10s",
1111
"rateDelta": "5/1m"
1212
},

0 commit comments

Comments
 (0)