Skip to content

Commit

Permalink
Add max payload bytes option on server startup (elastic#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
liza-mae authored Nov 5, 2018
1 parent 6105226 commit 0d76dc5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ci/kibana/jenkins_kibana_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -425,8 +425,9 @@ function run_selenium_tests() {
node scripts/functional_tests \
--kibana-install-dir=${Glb_Kibana_Dir} \
--esFrom snapshot \
--config test/functional/config.js
--debug
--config test/functional/config.js \
--debug \
-- --server.maxPayloadBytes=1648576
}

# -----------------------------------------------------------------------------
Expand Down

0 comments on commit 0d76dc5

Please sign in to comment.