From 00784e3d346d2e050bf13ac8001ddb8754af7d7a Mon Sep 17 00:00:00 2001 From: Jeff Bolz Date: Thu, 8 May 2025 09:04:47 -0500 Subject: [PATCH] CI: increase timeout to accommodate newly-supported tests --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e42ba47a1..c3c36f511 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -407,7 +407,7 @@ jobs: run: | cd build # This is using llvmpipe and runs slower than other backends - ctest -L main --verbose --timeout 2700 + ctest -L main --verbose --timeout 3600 - name: Determine tag name id: tag