.github: double the timeout for go vet in CI

The job is consistently failing on main when it hits the 5 minute
timeout; let's double it to get useful results.

Updates #cleanup

Change-Id: Iaff2f95d4944929e6832273c94d628f376e2d30e
Signed-off-by: Alex Chan <alexc@tailscale.com>
This commit is contained in:
Alex Chan
2026-07-16 16:05:04 +01:00
committed by Alex Chan
parent 71b90de0d4
commit 38345dce3d
+1 -1
View File
@@ -24,7 +24,7 @@ on:
jobs: jobs:
vet: vet:
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04
timeout-minutes: 5 timeout-minutes: 10
steps: steps:
- name: Check out code - name: Check out code