diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2020-10-11 12:57:54 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2020-10-11 12:57:54 +0000 |
commit | 584fc1651a2b8a83e6aee924bca960583ef1f284 (patch) | |
tree | e198b2bf7c05030bee4d70bd72d4fdd6c681cd43 /test | |
parent | 531879d94782af2c250642bf81af3d235210b4e4 (diff) | |
download | redmine-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.rb | 1 |
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 |