From 14d5a0177513059fd91c6476ee4a906fabea3b17 Mon Sep 17 00:00:00 2001 From: Guillaume Ballet <3272758+gballet@users.noreply.github.com> Date: Fri, 26 Jan 2024 12:58:05 +0100 Subject: [PATCH] change timeout to 20 minutes --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 1678d4f3e8..76d69a7108 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -43,4 +43,4 @@ jobs: with: go-version: 1.21.1 - name: Test - run: go test ./... -timeout=10h + run: go test ./... -timeout=20m