Per the ruling on prompts issue 41: the 60-second cap is org-wide, not a
per-repo divergence. 60 seconds is the hard cap for CI green; anything
over 20 seconds is still green but must be filed as an improvement bug.
The old pairing of a 20-second cap with a 30-second `-timeout` stays
coherent only if the backstop exceeds the cap, so the timeout moves to
90s (the same 1.5x ratio the old numbers had). Applied to the prose
ceiling in `REPO_POLICIES.md`, the Go example Makefile snippet, and the
`make test` lines in both repo checklists.
#41sneak/dnswatcher#93