mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 05:35:20 +00:00
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:
parent
261bfac4d4
commit
46f0e0d14a
@ -28,7 +28,7 @@ jobs:
|
|||||||
sudo apt install -y docker-ce docker-ce-cli
|
sudo apt install -y docker-ce docker-ce-cli
|
||||||
- name: Run rate-limiter integration tests
|
- name: Run rate-limiter integration tests
|
||||||
if: ${{ github.event_name != 'pull_request' }}
|
if: ${{ github.event_name != 'pull_request' }}
|
||||||
timeout-minutes: 10
|
timeout-minutes: 20
|
||||||
run: scripts/dev_cli.sh tests --integration-rate-limiter
|
run: scripts/dev_cli.sh tests --integration-rate-limiter
|
||||||
- name: Skipping build for PR
|
- name: Skipping build for PR
|
||||||
if: ${{ github.event_name == 'pull_request' }}
|
if: ${{ github.event_name == 'pull_request' }}
|
||||||
|
Loading…
Reference in New Issue
Block a user