From 9a9224202cac37f48863ff784c9975588842cc07 Mon Sep 17 00:00:00 2001 From: Tanguy Date: Wed, 28 Sep 2022 15:26:59 +0200 Subject: [PATCH] Give more time for CI Lastest Nim release takes too long to build --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c13e2b4..f878cc5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ on: jobs: test: runs-on: ${{ matrix.os }} - timeout-minutes: 10 + timeout-minutes: 20 strategy: matrix: os: [ubuntu-latest, macOS-latest, windows-latest]