Skip to content

Commit

Permalink
tests: increase timeout for Vulkan llvmpipe backend
Browse files Browse the repository at this point in the history
  • Loading branch information
remyoudompheng committed Jan 28, 2025
1 parent aa17d32 commit 5be217a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5be217a

Please sign in to comment.