From 5b763798467674252d9793064a17c10b0170ce53 Mon Sep 17 00:00:00 2001 From: merwanehamadi Date: Sat, 12 Aug 2023 19:34:02 -0700 Subject: [PATCH] Increase timeout (#297) Signed-off-by: Merwane Hamadi --- .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 f06138c4..2aaf1df1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,7 +100,7 @@ jobs: min-python-version: '3.10' name: '${{ matrix.agent-name }}' runs-on: ubuntu-latest - timeout-minutes: 40 + timeout-minutes: 50 strategy: fail-fast: false matrix: