Skip to content

Commit

Permalink
Increase overall spec timeout to 2 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
kigster committed Oct 3, 2024
1 parent 1cec30f commit d678156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d678156

Please sign in to comment.