From 9b3a497b9243265e2def16da1be5411d1483b647 Mon Sep 17 00:00:00 2001 From: Jeff Bolz Date: Mon, 7 Jul 2025 17:30:58 -0500 Subject: [PATCH] vulkan: increase timeout for CI --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 42d63b7c5444c..788d7a1d10bd0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -342,7 +342,7 @@ jobs: cd build export GGML_VK_VISIBLE_DEVICES=0 # This is using llvmpipe and runs slower than other backends - ctest -L main --verbose --timeout 3600 + ctest -L main --verbose --timeout 4200 ubuntu-22-cmake-hip: runs-on: ubuntu-22.04