From d678156b306118bba23992bed51bdac6086bcb8f Mon Sep 17 00:00:00 2001 From: Konstantin Gredeskoul Date: Thu, 3 Oct 2024 13:31:34 -0700 Subject: [PATCH] Increase overall spec timeout to 2 minutes --- .github/workflows/rspec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rspec.yml b/.github/workflows/rspec.yml index 1ad45bc5..9b2ed6a3 100644 --- a/.github/workflows/rspec.yml +++ b/.github/workflows/rspec.yml @@ -80,5 +80,5 @@ jobs: bin/rails db:test:prepare - name: "Run Rspec" - run: bin/timeout -t 10 bundle exec rspec --backtrace --force-color --format documentation + run: bin/timeout -t 120 bundle exec rspec --backtrace --force-color --format documentation