From: Toshi MARUYAMA Date: Sun, 11 Oct 2020 12:57:54 +0000 (+0000) Subject: add empty line after guard clause to ApplicationSystemTestCase X-Git-Tag: 4.2.0~673 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=584fc1651a2b8a83e6aee924bca960583ef1f284;p=redmine.git add empty line after guard clause to ApplicationSystemTestCase git-svn-id: http://svn.redmine.org/redmine/trunk@20144 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- 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