ci: Increase rate-limiter worker timeout

The rate-limiter worker was moved to use small Azure VMs (#6731) and now
requires more time to complete.

Increasing its timeout to stablize this worker.

Signed-off-by: Bo Chen <bo.arvin.chen@gmail.com>
This commit is contained in:
Bo Chen 2024-11-23 09:41:50 -08:00 committed by Rob Bradford
parent 261bfac4d4
commit 46f0e0d14a

View File

@ -28,7 +28,7 @@ jobs:
sudo apt install -y docker-ce docker-ce-cli
- name: Run rate-limiter integration tests
if: ${{ github.event_name != 'pull_request' }}
timeout-minutes: 10
timeout-minutes: 20
run: scripts/dev_cli.sh tests --integration-rate-limiter
- name: Skipping build for PR
if: ${{ github.event_name == 'pull_request' }}