Skip to content

Commit

Permalink
Try increasing process_timeout on system test
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Jan 17, 2024
1 parent 2c9386d commit 8ba0b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_rails/system/test_help_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def index

class TestHelpTest < ActionDispatch::SystemTestCase
# Any driver that runs the app in a separate thread will test what we want here.
driven_by :cuprite
driven_by :cuprite, options: { process_timeout: 30 }

# Ensure this test uses this app instance
setup { Rails.application = TestApp.instance }
Expand Down

0 comments on commit 8ba0b5c

Please sign in to comment.