summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2020-10-11 12:57:54 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2020-10-11 12:57:54 +0000
commit584fc1651a2b8a83e6aee924bca960583ef1f284 (patch)
treee198b2bf7c05030bee4d70bd72d4fdd6c681cd43 /test
parent531879d94782af2c250642bf81af3d235210b4e4 (diff)
downloadredmine-584fc1651a2b8a83e6aee924bca960583ef1f284.tar.gz
redmine-584fc1651a2b8a83e6aee924bca960583ef1f284.zip
add empty line after guard clause to ApplicationSystemTestCase
git-svn-id: http://svn.redmine.org/redmine/trunk@20144 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r--test/application_system_test_case.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/application_system_test_case.rb b/test/application_system_test_case.rb
index 17d2c57b5..7f6097cee 100644
--- a/test/application_system_test_case.rb
+++ b/test/application_system_test_case.rb
@@ -80,6 +80,7 @@ class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
loop do
files = downloaded_files(filename)
break if files.present?
+
sleep 0.2
end
end