Skip to content

Commit

Permalink
build: Increase ARM64 CI build timeouts
Browse files Browse the repository at this point in the history
The builds are flaking due to reaching the timeouts.

Signed-off-by: Rob Bradford <[email protected]>
  • Loading branch information
rbradford committed Nov 11, 2024
1 parent 6ecca29 commit f38fc94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ concurrency:

jobs:
build:
timeout-minutes: 60
timeout-minutes: 120
name: Tests (ARM64)
runs-on: bookworm-arm64
steps:
Expand All @@ -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' }}
Expand Down

0 comments on commit f38fc94

Please sign in to comment.