From 6cd49ac05fd8e7eb2ca7105a7be5dff4d0093d41 Mon Sep 17 00:00:00 2001 From: Fedor Korotkov Date: Thu, 16 Jul 2026 17:36:24 -0400 Subject: [PATCH] Allow hosted Linux integration tests more time --- .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 48f2410..e6d6554 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: - name: Pre-pull default Vetu image run: vetu pull ghcr.io/cirruslabs/ubuntu-amd64:24.04 - name: Run tests - run: go test -timeout=20m -v -count=1 ./... + run: go test -timeout=30m -v -count=1 ./... test-macos: name: Test (macOS)