summaryrefslogtreecommitdiffstats
path: root/vid-webpack-master/cypress/pipeline/run_group2.sh
diff options
context:
space:
mode:
Diffstat (limited to 'vid-webpack-master/cypress/pipeline/run_group2.sh')
-rw-r--r--vid-webpack-master/cypress/pipeline/run_group2.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/vid-webpack-master/cypress/pipeline/run_group2.sh b/vid-webpack-master/cypress/pipeline/run_group2.sh
index 2f30fa7df..43cfbc63f 100644
--- a/vid-webpack-master/cypress/pipeline/run_group2.sh
+++ b/vid-webpack-master/cypress/pipeline/run_group2.sh
@@ -14,4 +14,4 @@ cd ${CYPRESS_HOME_DIR}
ls -1 cypress/integration/*/*.e2e.ts | comm -3 - ${TESTS_GROUP_FILE_1} > ${TESTS_GROUP_FILE}
cat ${TESTS_GROUP_FILE}
-npm run cypress:headless -- --spec=$(cat ${TESTS_GROUP_FILE} | tr '\n' ',')
+npm run cypress:headless --max-old-space-size=4096 -- --spec=$(cat ${TESTS_GROUP_FILE} | tr '\n' ',')