diff --git a/.env b/.env index 3afa801c..7106c12d 100644 --- a/.env +++ b/.env @@ -11,6 +11,7 @@ MYSQL_USER=root REDIS_HOST=redis REDIS_SERVER=redis SETTINGS__BULKRAX__ENABLED=true +SE_NODE_SESSION_TIMEOUT=999999 SIDEKIQ_CONCURRENCY=10 SOLR_ADMIN_PASSWORD=SolrRocks SOLR_ADMIN_USER=solr diff --git a/.github/workflows/build-test-lint.yaml b/.github/workflows/build-test-lint.yaml index bb7f04de..4208be89 100644 --- a/.github/workflows/build-test-lint.yaml +++ b/.github/workflows/build-test-lint.yaml @@ -308,6 +308,7 @@ jobs: ALLOW_ANONYMOUS_LOGIN: "yes" CONFDIR: "/app/samvera/hyrax-webapp/solr/config" DB_CLEANER_ALLOW_REMOTE_DB_URL: "true" + DEPENDENCIES_NEXT: 1 TB_RSPEC_FORMATTER: progress TB_RSPEC_OPTIONS: --format RspecJunitFormatter --out rspec.xml steps: