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.
This commit is contained in:
parent
76a3f4a18f
commit
099d1c8858
|
|
@ -6,7 +6,7 @@
|
|||
"solveHTTPOne",
|
||||
"newCertificate"
|
||||
],
|
||||
"rate": 5,
|
||||
"rate": 1,
|
||||
"runtime": "10s",
|
||||
"rateDelta": "5/1m"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
"fulfillOrder",
|
||||
"finalizeOrder"
|
||||
],
|
||||
"rate": 5,
|
||||
"rate": 1,
|
||||
"runtime": "10s",
|
||||
"rateDelta": "5/1m"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue