vulkan: increase timeout for CI (#14574)

This commit is contained in:
Jeff Bolz 2025-07-08 02:38:31 -05:00 committed by GitHub
parent 4d0dcd4a06
commit 53903ae6fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View 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