[llvm] [CI][libc] Increase libc-overlay-tests timeout to 60m (PR #214266)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 5 09:01:08 PDT 2026
llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-github-workflow
Author: Chris Copeland (chrisnc)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/214266.diff
1 Files Affected:
- (modified) .github/workflows/libc-overlay-tests.yml (+1-1)
``````````diff
diff --git a/.github/workflows/libc-overlay-tests.yml b/.github/workflows/libc-overlay-tests.yml
index df8f0f0bbe232..889edcadc795b 100644
--- a/.github/workflows/libc-overlay-tests.yml
+++ b/.github/workflows/libc-overlay-tests.yml
@@ -12,7 +12,7 @@ jobs:
native:
if: github.repository_owner == 'llvm'
name: ${{ matrix.os }} - ${{ matrix.compiler.c_compiler }}
- timeout-minutes: 30
+ timeout-minutes: 60
runs-on: ${{ matrix.os }}
container: ${{ matrix.container || null }}
strategy:
``````````
</details>
https://github.com/llvm/llvm-project/pull/214266
More information about the llvm-commits
mailing list