[llvm] [CI][libc] Increase libc-overlay-tests timeout to 60m (PR #214266)
Chris Copeland via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 5 09:00:24 PDT 2026
https://github.com/chrisnc created https://github.com/llvm/llvm-project/pull/214266
None
>From ffbbb8203e55965fdf9a26601148107901cb3fa3 Mon Sep 17 00:00:00 2001
From: Chris Copeland <chris at chrisnc.net>
Date: Wed, 5 Aug 2026 08:57:23 -0700
Subject: [PATCH] [CI][libc] Increase libc-overlay-tests timeout to 60m
---
.github/workflows/libc-overlay-tests.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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:
More information about the llvm-commits
mailing list