diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7eaf9c460..86cbe3c14 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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