From 502c4415e7c59ed2b30cf29c9669e78c08be81c9 Mon Sep 17 00:00:00 2001 From: Malte Rosenbjerg Date: Mon, 7 Dec 2020 22:07:41 +0100 Subject: [PATCH] Increase timeout time --- .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 1960fbf..a6fe6cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: [windows-latest, ubuntu-latest] - timeout-minutes: 4 + timeout-minutes: 6 steps: - name: Checkout uses: actions/checkout@v1