From 584fc1651a2b8a83e6aee924bca960583ef1f284 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sun, 11 Oct 2020 12:57:54 +0000 Subject: [PATCH] add empty line after guard clause to ApplicationSystemTestCase git-svn-id: http://svn.redmine.org/redmine/trunk@20144 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/application_system_test_case.rb | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5