From 1498f09b6c4ee3e3d17f62f22ce154ace39a401d Mon Sep 17 00:00:00 2001 From: treydock Date: Fri, 19 Jul 2024 10:17:40 -0400 Subject: [PATCH] Increase timeout as Ubuntu 24.04 arm64 builds are slow (#3681) --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5e094902e9..755f30f727 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 @@ -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