Skip to content

Commit 5faf524

Browse files
committed
Reduce sleep
1 parent bf2568a commit 5faf524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lib/action_cable/subscription_adapter/solid_cable_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
class ActionCable::SubscriptionAdapter::SolidCableTest < ActionCable::TestCase
1010

11-
WAIT_WHEN_EXPECTING_EVENT = 3
11+
WAIT_WHEN_EXPECTING_EVENT = 1
1212
WAIT_WHEN_NOT_EXPECTING_EVENT = 0.2
1313

1414
def setup

0 commit comments

Comments
 (0)