From c9e2093743d863acdf43c4c8e9ccf47c0ad6b7e9 Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Fri, 19 Nov 2021 18:33:12 -0500 Subject: [PATCH] [CI] Increase heap for jest integration tests (#119237) (#119242) Co-authored-by: Brian Seeders --- .buildkite/scripts/steps/test/jest_integration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/scripts/steps/test/jest_integration.sh b/.buildkite/scripts/steps/test/jest_integration.sh index 458651df2df2a..d07da0584d46d 100755 --- a/.buildkite/scripts/steps/test/jest_integration.sh +++ b/.buildkite/scripts/steps/test/jest_integration.sh @@ -10,4 +10,4 @@ is_test_execution_step echo '--- Jest Integration Tests' checks-reporter-with-killswitch "Jest Integration Tests" \ - node --max-old-space-size=5120 scripts/jest_integration --ci + node --max-old-space-size=6144 scripts/jest_integration --ci