build: Bump go tests timeout to 15 min

This commit is contained in:
Anton Ovchinnikov
2025-11-09 18:26:28 +01:00
parent 30bb33f1a0
commit 2f5f515696
+1 -1
View File
@@ -40,7 +40,7 @@ jobs:
run: | run: |
make ucind-image make ucind-image
make test make test
timeout-minutes: 10 timeout-minutes: 15
check-protobuf: check-protobuf:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}