Skip to content

Commit cfbcb46

Browse files
committed
Test for when Bundler is not available
1 parent 91135b4 commit cfbcb46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_rails/system/test_help_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def index
2929

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

3434
# Ensure this test uses this app instance
3535
setup { Rails.application = TestApp.instance }

0 commit comments

Comments
 (0)