devops: increase timeout of Vulkan tests again

This commit is contained in:
Rémy O 2025-02-01 19:58:00 +01:00
parent ab2f56e270
commit dfaa96c519

View file

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