Skip to content

Commit

Permalink
Increase timeout to 60 for integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Feb 15, 2024
1 parent b0c307a commit 573c89b
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, options: { process_timeout: 30 }
driven_by :cuprite, options: { process_timeout: 60 }

setup do
# Reconfigure Flipper since other tests change the adapter.
Expand Down

0 comments on commit 573c89b

Please sign in to comment.