Skip to content

Commit

Permalink
Fix/frontend admin tests (#5935)
Browse files Browse the repository at this point in the history
* Add missing awaits.

* Remove rate limiter.

* Readded maxHttpBuffersize.

* Revert "Add missing awaits."

This reverts commit d5a8979.

* Increased timeout.

* Increased timeout further.

* Toggled down timeout.

* Add importExportRateLimit.
  • Loading branch information
SamTV12345 authored Sep 15, 2023
1 parent 4dfdee9 commit 7759e26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tests/frontend/travis/runnerLoadTest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7759e26

Please sign in to comment.