ci : reduce webgpu tests timeout to 900s (#20538)

[no ci]
This commit is contained in:
Georgi Gerganov 2026-03-14 17:08:26 +02:00 committed by GitHub
parent 94d0262277
commit 9f774e45ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View 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