devops: increase timeout of Vulkan tests again

This commit is contained in:
Rémy O 2025-02-01 19:58:00 +01:00
parent 5246ae7edf
commit 07820effd9

View file

@ -347,7 +347,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