From 87361219d9e5455fb3aa97a89e5769ad428ba642 Mon Sep 17 00:00:00 2001 From: Yuya Ebihara Date: Wed, 17 May 2023 14:09:26 +0900 Subject: [PATCH] Increase artifact-checks timeout to 45 minutes --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3581c2be23c8..3692f91b5baa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,7 +86,7 @@ jobs: artifact-checks: runs-on: ubuntu-latest - timeout-minutes: 30 + timeout-minutes: 45 steps: - uses: actions/checkout@v3 with: