We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91135b4 commit cfbcb46Copy full SHA for cfbcb46
test_rails/system/test_help_test.rb
@@ -29,7 +29,7 @@ def index
29
30
class TestHelpTest < ActionDispatch::SystemTestCase
31
# Any driver that runs the app in a separate thread will test what we want here.
32
- driven_by :cuprite
+ driven_by :cuprite, options: { process_timeout: 30 }
33
34
# Ensure this test uses this app instance
35
setup { Rails.application = TestApp.instance }
0 commit comments