From 2f5f515696c7e864fe99809dcc104fe46771e65b Mon Sep 17 00:00:00 2001 From: Anton Ovchinnikov Date: Sun, 9 Nov 2025 18:26:28 +0100 Subject: [PATCH] build: Bump go tests timeout to 15 min --- .github/workflows/go-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-tests.yml b/.github/workflows/go-tests.yml index be68374d..aed6bb34 100644 --- a/.github/workflows/go-tests.yml +++ b/.github/workflows/go-tests.yml @@ -40,7 +40,7 @@ jobs: run: | make ucind-image make test - timeout-minutes: 10 + timeout-minutes: 15 check-protobuf: runs-on: ${{ matrix.os }}