From 30883d8314a584e9ef6abf1f0749d9cf3b6523b5 Mon Sep 17 00:00:00 2001 From: Nashwan Azhari Date: Wed, 1 Mar 2023 09:06:33 +0200 Subject: [PATCH] Increase CI workflow timeout on Windows. Signed-off-by: Nashwan Azhari --- .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 0aebecf49..3a2d37d34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -226,7 +226,7 @@ jobs: integration-windows: name: Windows Integration runs-on: ${{ matrix.os }} - timeout-minutes: 50 + timeout-minutes: 90 needs: [project, linters, protos, man] env: GOTEST: gotestsum --