From 59a2645281df7005898e72f92ae25e2f88aed3fa Mon Sep 17 00:00:00 2001 From: Min RK Date: Tue, 12 May 2026 11:18:09 -0700 Subject: [PATCH] increase test timeout --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5ecf9416..70373ead 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ env: jobs: test: runs-on: ${{ matrix.runs_on || 'ubuntu-24.04' }} - timeout-minutes: 20 + timeout-minutes: 30 strategy: # Keep running even if one variation of the job fail