Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobozzz committed Mar 27, 2023
1 parent d91ce83 commit 1e3e64a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions scripts/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ elif [ "$1" = "client" ]; then

MOCHA_PARALLEL=true runTest "$1" $((2*$speedFactor)) $feedsFiles $helperFiles $miscFiles $pluginFiles $libFiles
elif [ "$1" = "cli-plugin" ]; then
# Simulate HTML
mkdir -p "./client/dist/en-US/"
cp "./client/src/index.html" "./client/dist/en-US/index.html"

npm run build:server
npm run setup:cli

Expand Down
2 changes: 1 addition & 1 deletion server/tests/plugins/filter-hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe('Test plugin filter hooks', function () {
let videoPlaylistUUID: string

before(async function () {
this.timeout(60000)
this.timeout(120000)

servers = await createMultipleServers(2)
await setAccessTokensToServers(servers)
Expand Down

0 comments on commit 1e3e64a

Please sign in to comment.