From 0f1701a723ceec4584b91ee5c4c6c81d02162fd4 Mon Sep 17 00:00:00 2001 From: Alex Tyler Chapman Date: Mon, 11 Nov 2024 10:45:31 -0800 Subject: [PATCH] increase full build blueos --- .gitlab/build_blueos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/build_blueos.yml b/.gitlab/build_blueos.yml index bed3aa909..3b8e6b529 100644 --- a/.gitlab/build_blueos.yml +++ b/.gitlab/build_blueos.yml @@ -60,7 +60,7 @@ blueos-clang_10_0_1-full: HOST_CONFIG: "lassen-blueos_3_ppc64le_ib_p9-${COMPILER}_cuda.cmake" EXTRA_CMAKE_OPTIONS: "-DENABLE_BENCHMARKS=ON -DENABLE_DOCS=OFF" ALLOC_NODES: "1" - ALLOC_TIME: "55" + ALLOC_TIME: "65" extends: [.full_build_on_blueos, .with_cuda] blueos-clang_10_0_1-benchmarks: