From 1535cd835c3be48cc060cc4d9f51f0b38c89619f Mon Sep 17 00:00:00 2001 From: Gaius Date: Fri, 11 Jun 2021 14:17:58 +0800 Subject: [PATCH] chore: update CI timeout (#328) Signed-off-by: Gaius --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd8597996..9d0cb4e34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ env: jobs: lint: name: Lint - timeout-minutes: 10 + timeout-minutes: 20 strategy: matrix: platform: @@ -30,7 +30,7 @@ jobs: test: name: Test - timeout-minutes: 10 + timeout-minutes: 20 strategy: matrix: platform: @@ -58,7 +58,7 @@ jobs: build: name: Build - timeout-minutes: 10 + timeout-minutes: 20 strategy: matrix: platform: