ci: Set rate limiting to high value in CI

This commit is contained in:
Shrikant Sharat Kandula 2024-03-08 09:40:38 +05:30 committed by GitHub
parent c6b09defe9
commit 6e8febd971
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -181,6 +181,7 @@ jobs:
-e APPSMITH_INTERCOM_APP_ID=DUMMY_VALUE \
-e APPSMITH_CLOUD_SERVICES_BASE_URL=http://host.docker.internal:5001 \
-e APPSMITH_CLOUD_SERVICES_SIGNATURE_BASE_URL=http://host.docker.internal:8090 \
-e _APPSMITH_RATE_LIMIT=1000 \
--add-host=host.docker.internal:host-gateway --add-host=api.segment.io:host-gateway --add-host=t.appsmith.com:host-gateway \
cicontainer