diff options
Diffstat (limited to 'vid-webpack-master/cypress/pipeline/run_group1.sh')
-rw-r--r-- | vid-webpack-master/cypress/pipeline/run_group1.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vid-webpack-master/cypress/pipeline/run_group1.sh b/vid-webpack-master/cypress/pipeline/run_group1.sh index d60b85312..526fd7dec 100644 --- a/vid-webpack-master/cypress/pipeline/run_group1.sh +++ b/vid-webpack-master/cypress/pipeline/run_group1.sh @@ -10,4 +10,4 @@ TESTS_GROUP_FILE=cypress/pipeline/group1.txt cd ${CYPRESS_HOME_DIR} 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' ',') |