.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 13:30:36 +01:00
committed by Alex Chan
parent 71b90de0d4
commit 38345dce3d

View File

@@ -24,7 +24,7 @@ on:
jobs:
vet:
runs-on: ubuntu-24.04
timeout-minutes: 5
timeout-minutes: 10
steps:
- name: Check out code