Skip to content

Commit 4bb7323

Browse files
authored
Merge pull request rails#51326 from Shopify/stabilize-test_idle_timeout_configuration
Stablize ConnectionPoolTests#test_idle_timeout_configuration
2 parents 93b89b1 + 3771f7e commit 4bb7323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/test/cases/connection_pool_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ def test_idle_timeout_configuration
280280

281281
idle_conn.instance_variable_set(
282282
:@idle_since,
283-
Process.clock_gettime(Process::CLOCK_MONOTONIC) - 0.02
283+
Process.clock_gettime(Process::CLOCK_MONOTONIC) - 0.03
284284
)
285285

286286
@pool.flush

0 commit comments

Comments
 (0)