From 5756cb00e7129f8beebfc8572600bcd61f2bddf2 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Thu, 17 Aug 2023 16:53:47 +0900 Subject: [PATCH] CI: increase timeout for Binaries Signed-off-by: Akihiro Suda --- .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 86f356af8..e4363fa64 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -203,7 +203,7 @@ jobs: binaries: name: Binaries runs-on: ${{ matrix.os }} - timeout-minutes: 10 + timeout-minutes: 20 needs: [project, linters, protos, man] strategy: