tests: increase timeout for Vulkan llvmpipe backend

This commit is contained in:
Rémy O 2025-01-28 06:10:48 +01:00
parent aa17d321b3
commit 5be217a828

View file

@ -346,7 +346,8 @@ jobs:
id: cmake_test
run: |
cd build
ctest -L main --verbose --timeout 900
# This is using llvmpipe and runs slower than other backends
ctest -L main --verbose --timeout 1800
ubuntu-22-cmake-hip:
runs-on: ubuntu-22.04