From 37567936f94a1bdd71b2893fb6d8525132fdd1b3 Mon Sep 17 00:00:00 2001 From: ymekuria Date: Wed, 8 Mar 2023 16:21:27 -0700 Subject: [PATCH] chore: increase ci timeout --- .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 9be94373..7bafd92d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ on: [push, pull_request] jobs: ci: runs-on: ubuntu-latest - timeout-minutes: 10 + timeout-minutes: 30 strategy: matrix: node: [16]