diff options
-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 |