mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 05:35:20 +00:00
build: Increase ARM64 CI build timeouts
The builds are flaking due to reaching the timeouts. Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
parent
6ecca29aa6
commit
f38fc94115
4
.github/workflows/integration-arm64.yaml
vendored
4
.github/workflows/integration-arm64.yaml
vendored
@ -6,7 +6,7 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
timeout-minutes: 60
|
||||
timeout-minutes: 120
|
||||
name: Tests (ARM64)
|
||||
runs-on: bookworm-arm64
|
||||
steps:
|
||||
@ -21,7 +21,7 @@ jobs:
|
||||
- name: Load openvswitch module
|
||||
run: sudo modprobe openvswitch
|
||||
- name: Run integration tests (musl)
|
||||
timeout-minutes: 30
|
||||
timeout-minutes: 60
|
||||
run: scripts/dev_cli.sh tests --integration --libc musl
|
||||
- name: Install Azure CLI
|
||||
if: ${{ github.event_name != 'pull_request' }}
|
||||
|
Loading…
Reference in New Issue
Block a user