From 043f4ac3d9637535472fb5c443fe3c19bba76243 Mon Sep 17 00:00:00 2001 From: Brendan Ryan Date: Tue, 31 Mar 2026 14:09:34 -0700 Subject: [PATCH] ci: cap test runtime job at 10 minutes --- .github/workflows/verify.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 1b164491..fef7acd0 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -48,6 +48,7 @@ jobs: test: name: Test Runtime runs-on: ubuntu-latest + timeout-minutes: 10 env: # GitHub-hosted runners are ephemeral, so we can skip the Ryuk sidecar # and avoid Docker Hub rate limits on testcontainers/ryuk pulls.