Skip to content

Commit 5be217a

Browse files
tests: increase timeout for Vulkan llvmpipe backend
1 parent aa17d32 commit 5be217a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,8 @@ jobs:
346346
id: cmake_test
347347
run: |
348348
cd build
349-
ctest -L main --verbose --timeout 900
349+
# This is using llvmpipe and runs slower than other backends
350+
ctest -L main --verbose --timeout 1800
350351
351352
ubuntu-22-cmake-hip:
352353
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)