From 4193155660ba0dac6ddff6df9a514350428097b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?0hm=E2=98=98=EF=B8=8F?= <109351887+0hmX@users.noreply.github.com> Date: Wed, 29 Apr 2026 14:13:33 +0530 Subject: [PATCH] ci: increase bun test timeout in workflow --- .github/workflows/bun-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bun-test.yml b/.github/workflows/bun-test.yml index 99f9fb6..9c35d5c 100644 --- a/.github/workflows/bun-test.yml +++ b/.github/workflows/bun-test.yml @@ -28,4 +28,4 @@ jobs: run: bun install - name: Run tests - run: bun test --timeout 9999 + run: bun test --timeout 999999