diff --git a/.github/workflows/gci-e2e.yml b/.github/workflows/gci-e2e.yml index a40f1bfbe..f714323aa 100644 --- a/.github/workflows/gci-e2e.yml +++ b/.github/workflows/gci-e2e.yml @@ -19,7 +19,7 @@ on: jobs: build: runs-on: ubuntu-latest - timeout-minutes: 10 + timeout-minutes: 15 if: ${{!github.event.issue.pull_request_target || contains(github.event.pull_request.labels.*.name, 'safe to test')}} env: DB_PASS_CI: kmq_ci_password diff --git a/package.json b/package.json index 238903a6a..23a47d665 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "damerau-levenshtein": "^1.0.8", "dotenv": "^16.0.3", "ejs": "^3.1.8", - "eris": "https://github.com/Brainicism/eris#dev", + "eris": "https://github.com/Brainicism/eris#762ffe2", "eris-fleet": "https://github.com/Brainicism/eris-fleet#feature/soft-kill-warning", "eris-pagination": "https://github.com/Brainicism/eris-pagination#9a112cb", "erlpack": "https://github.com/abalabahaha/erlpack.git", diff --git a/src/seed/bootstrap.ts b/src/seed/bootstrap.ts index 73bb2c64a..5da494fe5 100644 --- a/src/seed/bootstrap.ts +++ b/src/seed/bootstrap.ts @@ -18,7 +18,7 @@ import type { DatabaseContext } from "../database_context"; const logger = new IPCLogger("bootstrap"); -const SONG_DOWNLOAD_THRESHOLD = 5; +const SONG_DOWNLOAD_THRESHOLD = 3; config({ path: path.resolve(__dirname, "../../.env") }); diff --git a/yarn.lock b/yarn.lock index d8ae558b8..106132d22 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1138,9 +1138,9 @@ eris-reactions@^0.1.4: resolved "https://registry.yarnpkg.com/eris-reactions/-/eris-reactions-0.1.4.tgz#4b642f7411144f164b6097138c262eac6b03def1" integrity sha512-U2rMtfywnhh4TmqFcF7uo/ciyQN8vb9ptwSJMQs/uaY1a401f+t3sei1R3IR2gYqaFejJzgjTmzBMT6jIBPYYQ== -"eris@https://github.com/Brainicism/eris#dev": +"eris@https://github.com/Brainicism/eris#762ffe2": version "0.1.0-dev" - resolved "https://github.com/Brainicism/eris#ca160c245ead441ed89903fbdbb998cdb4aedea1" + resolved "https://github.com/Brainicism/eris#762ffe235d9d907689f359593be76f770d37f771" dependencies: ws "^8.2.3" optionalDependencies: @@ -3547,9 +3547,9 @@ wrappy@1: integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= ws@^8.2.3: - version "8.5.0" - resolved "https://registry.yarnpkg.com/ws/-/ws-8.5.0.tgz#bfb4be96600757fe5382de12c670dab984a1ed4f" - integrity sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg== + version "8.12.1" + resolved "https://registry.yarnpkg.com/ws/-/ws-8.12.1.tgz#c51e583d79140b5e42e39be48c934131942d4a8f" + integrity sha512-1qo+M9Ba+xNhPB+YTWUlK6M17brTut5EXbcBaMRN5pH5dFrXz7lzz1ChFSUq3bOUl8yEvSenhHmYUNJxFzdJew== y18n@^5.0.5: version "5.0.8"