]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
ci : reduce webgpu tests timeout to 900s (#20538)
authorGeorgi Gerganov <redacted>
Sat, 14 Mar 2026 15:08:26 +0000 (17:08 +0200)
committerGitHub <redacted>
Sat, 14 Mar 2026 15:08:26 +0000 (17:08 +0200)
[no ci]

.github/workflows/build.yml

index 22a96e23fbd3a3ec1c0f62965021a566a107fbf2..102d904554db67be41574bc0b55357f8348102e9 100644 (file)
@@ -542,7 +542,7 @@ jobs:
         run: |
           cd build
           # This is using llvmpipe and runs slower than other backends
-          ctest -L main --verbose --timeout 3600
+          ctest -L main --verbose --timeout 900
 
   ubuntu-24-wasm-webgpu:
     runs-on: ubuntu-24.04