Improved timing.
This commit is contained in:
parent
5f43cff95a
commit
e06e0c8827
1 changed files with 1 additions and 1 deletions
|
@ -503,7 +503,7 @@ class TestCase < Test::Unit::TestCase
|
|||
end
|
||||
instance.action.send_keys(params[:value]).perform
|
||||
if params[:slow]
|
||||
sleep 1
|
||||
sleep 2
|
||||
else
|
||||
sleep 0.6
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue