Skip to content

Commit ec687cf

Browse files
committed
Update test_integration_pending.rb
1 parent 0b2ff58 commit ec687cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/test_integration_pending.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ def test_busy_timeout
113113
assert time.real*1000 >= 1000
114114
end
115115

116-
def test_lock_wait_timeout
117-
@db.lock_wait_timeout = 1000
116+
def test_busy_handler_timeout
117+
@db.busy_handler_timeout = 1000
118118
busy = Mutex.new
119119
busy.lock
120120

0 commit comments

Comments
 (0)