Allow hosted Linux integration tests more time

This commit is contained in:
Fedor Korotkov 2026-07-16 17:36:24 -04:00
parent 201490999b
commit 6cd49ac05f
1 changed files with 1 additions and 1 deletions

View File

@ -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)