Improved timing.

This commit is contained in:
Martin Edenhofer 2015-12-01 19:46:31 +01:00
parent 5f43cff95a
commit e06e0c8827

View file

@ -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