From e1a9e61d11ce04804f0ed7f24f925c6b141d8508 Mon Sep 17 00:00:00 2001 From: Neel Shah Date: Mon, 23 Sep 2024 11:30:40 -0400 Subject: [PATCH] Change timeout to 10 min since 5 is not enough --- .github/workflows/sentry_ruby_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sentry_ruby_test.yml b/.github/workflows/sentry_ruby_test.yml index c5228c8a1..bc6a1ad64 100644 --- a/.github/workflows/sentry_ruby_test.yml +++ b/.github/workflows/sentry_ruby_test.yml @@ -25,7 +25,7 @@ jobs: working-directory: sentry-ruby name: Ruby ${{ matrix.ruby_version }} & Rack ${{ matrix.rack_version }}, options - ${{ toJson(matrix.options) }} runs-on: ubuntu-latest - timeout-minutes: 5 + timeout-minutes: 10 strategy: fail-fast: false matrix: