]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/e2e/browserstack.sh
Add python-exec to Gentoo dependencies
[github/Chocobozzz/PeerTube.git] / scripts / e2e / browserstack.sh
index 69a12d14cb5d495e8b368a4071b86d6c39a22480..fb125ea23a474d043af509a7483ae8ce85958f65 100755 (executable)
@@ -6,4 +6,4 @@ npm run clean:server:test
 
 npm run concurrently -- -k -s first \
     "cd client/e2e && ../node_modules/.bin/wdio run ./wdio.browserstack.conf.ts" \
-    "NODE_ENV=test NODE_APP_INSTANCE=1 NODE_CONFIG='{ \"log\": { \"level\": \"warn\" }, \"signup\": { \"enabled\": false } }' node dist/server"
+    "NODE_ENV=test NODE_APP_INSTANCE=1 NODE_CONFIG='{ \"rates_limit\": { \"api\": { \"max\": 5000 }, \"login\": { \"max\": 5000 } }, \"log\": { \"level\": \"warn\" }, \"signup\": { \"enabled\": false } }' node dist/server"