[coverage] increase memory limit to 6gb

This commit is contained in:
Dzmitry Lemechko 2021-11-10 22:46:42 +01:00
parent a0b5eb4580
commit 8613ffaf33

View file

@ -9,7 +9,7 @@ is_test_execution_step
.buildkite/scripts/bootstrap.sh
echo '--- Jest with coverage'
node scripts/jest --ci --maxWorkers=10 --coverage || true
node --max-old-space-size=6144 scripts/jest --ci --maxWorkers=10 --coverage || true
echo '--- Jest Integration Tests with coverage'
node --max-old-space-size=5120 scripts/jest_integration --ci --coverage || true