From 6477913e8f7d9e3c83184bcd80a32dc1ce2bd8e4 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Mon, 23 Dec 2024 16:43:32 +0100 Subject: [PATCH] chore(ci): increase task timeout Signed-off-by: Ettore Di Giacinto --- .cirrus.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 595bd386..e9fe2db2 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,6 +1,7 @@ ## This builds the docker image for L4T with the arm64 architecture docker_builder: only_if: $CIRRUS_TAG != '' || $CIRRUS_BRANCH != '' + timeout_in: 120m env: CIRRUS_ARCH: arm64 IMAGE_NAME: localai/localai @@ -21,4 +22,4 @@ docker_builder: docker push $IMAGE_NAME:latest-nvidia-l4t-arm64-core else docker push $IMAGE_NAME:$CIRRUS_BRANCH-nvidia-l4t-arm64-core - fi \ No newline at end of file + fi