mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 01:16:15 -04:00
Fix/frontend admin tests (#5935)
* Add missing awaits.
* Remove rate limiter.
* Readded maxHttpBuffersize.
* Revert "Add missing awaits."
This reverts commit d5a8979841
.
* Increased timeout.
* Increased timeout further.
* Toggled down timeout.
* Add importExportRateLimit.
This commit is contained in:
parent
4dfdee941c
commit
7759e26ce2
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ try() { "$@" || fatal "'$@' failed"; }
|
|||
MY_DIR=$(try cd "${0%/*}" && try pwd -P) || exit 1
|
||||
try cd "${MY_DIR}/../../../.."
|
||||
|
||||
sed -e '/^ *"importExportRateLimiting":/,/^ *\}/ s/"max":.*/"max": 100000000/' -i settings.json.template
|
||||
|
||||
try sed -e '
|
||||
s!"loadTest":[^,]*!"loadTest": true!
|
||||
# Reduce rate limit aggressiveness
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue