From 9f774e45eea7bc2883920643281b26902c96e6bd Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Sat, 14 Mar 2026 17:08:26 +0200 Subject: [PATCH] ci : reduce webgpu tests timeout to 900s (#20538) [no 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 22a96e23fb..102d904554 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