From: Georgi Gerganov Date: Sat, 14 Mar 2026 15:08:26 +0000 (+0200) Subject: ci : reduce webgpu tests timeout to 900s (#20538) X-Git-Tag: upstream/0.0.8611~265 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=9f774e45eea7bc2883920643281b26902c96e6bd;p=pkg%2Fggml%2Fsources%2Fllama.cpp ci : reduce webgpu tests timeout to 900s (#20538) [no ci] --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 22a96e23f..102d90455 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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