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
|
end
|
||||||
instance.action.send_keys(params[:value]).perform
|
instance.action.send_keys(params[:value]).perform
|
||||||
if params[:slow]
|
if params[:slow]
|
||||||
sleep 1
|
sleep 2
|
||||||
else
|
else
|
||||||
sleep 0.6
|
sleep 0.6
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue