Skip to content

Commit

Permalink
Increase timeout as Ubuntu 24.04 arm64 builds are slow (#3681)
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock authored Jul 19, 2024
1 parent 90300cb commit 1498f09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ build-nightly:
# Amazon 2023 on aarch64 is slow and will time out
- OOD_PACKAGING_DIST: [amzn2023]
OOD_PACKAGING_ARCH: [x86_64]
timeout: 3h
timeout: 4h
artifacts:
paths:
- dist
Expand Down Expand Up @@ -62,7 +62,7 @@ build:
# Amazon 2023 on aarch64 is slow and will time out
- OOD_PACKAGING_DIST: [amzn2023]
OOD_PACKAGING_ARCH: [x86_64]
timeout: 3h
timeout: 4h
artifacts:
paths:
- dist
Expand Down

0 comments on commit 1498f09

Please sign in to comment.