lib/test_ids/git.rb in test_ids-0.6.0 vs lib/test_ids/git.rb in test_ids-0.6.1
- old
+ new
@@ -118,10 +118,12 @@
def get_lock
return if @lock_open
Origen.profile 'Obtaining test IDs lock' do
until available_to_lock?
- Origen.log "Waiting for lock, currently locked by #{lock_user} (the lock will expire in less than #{lock_minutes_remaining} #{'minute'.pluralize(lock_minutes_remaining)} if not released before that)"
+ puts
+ puts "Waiting for lock, currently locked by #{lock_user} (the lock will expire in less than #{lock_minutes_remaining} #{'minute'.pluralize(lock_minutes_remaining)} if not released before that)"
+ puts
sleep 5
end
data = {
'user' => User.current.name,
'expires' => (Time.now + minutes(5)).to_f