Skip to content

Commit e0ce191

Browse files
nbudinclaude
andcommitted
Increase Capybara default wait time to 10s for system tests
Helps with flaky CI failures where the default 2s isn't enough for slow containers. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent a8084ff commit e0ce191

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

test/application_system_test_case.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1+
# frozen_string_literal: true
12
require "test_helper"
23

34
class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
45
include Devise::Test::IntegrationHelpers
56

7+
Capybara.default_max_wait_time = 10
8+
69
driven_by :cuprite,
710
screen_size: [1200, 800],
811
options: {

0 commit comments

Comments
 (0)