Applied rubocop.
This commit is contained in:
parent
22f9f59a9a
commit
927cc759d3
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ class TestCase < Test::Unit::TestCase
|
|||
local_browser = browser_instance_remote
|
||||
break
|
||||
rescue
|
||||
wait_until_ready = rand(9)+5
|
||||
wait_until_ready = rand(9) + 5
|
||||
sleep wait_until_ready
|
||||
log('browser_instance', { rescure: true, count: count, sleep: wait_until_ready })
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue