]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
vulkan: increase timeout for CI (#14574)
authorJeff Bolz <redacted>
Tue, 8 Jul 2025 07:38:31 +0000 (02:38 -0500)
committerGitHub <redacted>
Tue, 8 Jul 2025 07:38:31 +0000 (09:38 +0200)
.github/workflows/build.yml

index 42d63b7c5444c706fb00f85deb77898e382089e3..788d7a1d10bd05fc27e89b04f3cfa9dc0ef5cce4 100644 (file)
@@ -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