From 3a658da40f6e0390f4c5eb56d3e4dfe652727a97 Mon Sep 17 00:00:00 2001 From: Anton Ovchinnikov Date: Thu, 3 Aug 2023 11:16:34 +0200 Subject: [PATCH] fix(tests): Bump timeout to 15 minutes, update cache behavior (#682) --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 58183669f..8a7e49747 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,7 +40,6 @@ jobs: key: ${{ runner.os }}-go-${{ matrix.go }}-${{ hashFiles('**/go.sum') }} restore-keys: | ${{ runner.os }}-go-${{ matrix.go }}- - ${{ runner.os }}-go- - name: Build run: make build - name: Vet @@ -63,7 +62,7 @@ jobs: uses: codecov/codecov-action@v3 with: directory: .coverage - timeout-minutes: 10 + timeout-minutes: 15 strategy: matrix: go: ["1.20", "1.19", "1.18"]