From 3f358bac5645d91ad8547bbf0fd9671734746175 Mon Sep 17 00:00:00 2001 From: Mathias Mogensen <42929161+Xazin@users.noreply.github.com> Date: Sat, 10 Dec 2022 00:45:36 +0100 Subject: [PATCH] Double timeout for tests in ci script --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4594ad50..f02f0c5d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ env: jobs: analyze: runs-on: ubuntu-latest - timeout-minutes: 5 + timeout-minutes: 10 steps: - name: Fetch code from repository uses: actions/checkout@v2 @@ -54,7 +54,7 @@ jobs: test: needs: [analyze] runs-on: ubuntu-latest - timeout-minutes: 5 + timeout-minutes: 10 steps: - name: Fetch code from repository uses: actions/checkout@v2