Skip to content

Commit 086becc

Browse files
committed
ci: increase the ctest timeout to 9000
Reason: Avoiding timeouts in the Clang 21 + MSan tests.
1 parent d490880 commit 086becc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ jobs:
615615
package-dir: packages
616616
package-generators: ${{ matrix.mrdocs-package-generators }}
617617
package-artifact: false
618-
ctest-timeout: 3600
618+
ctest-timeout: 9000
619619

620620
- name: Check YAML schema
621621
run: |

0 commit comments

Comments
 (0)