]> source.dussan.org Git - redmine.git/commitdiff
reduce sleep seconds of Issue system "test_update_journal_notes_with_preview"
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 8 Oct 2019 12:17:51 +0000 (12:17 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 8 Oct 2019 12:17:51 +0000 (12:17 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@18623 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/system/issues_test.rb

index bfb75d11ba3345c90f9e92a7b28fd385ebcb01d2..6c81a779288c45e8529461dddd8bb45227b574c2 100644 (file)
@@ -328,7 +328,7 @@ class IssuesTest < ApplicationSystemTestCase
     # Save
     click_on 'Save'
 
-    sleep 1
+    sleep 0.2
     assert_equal 'Updated notes', Journal.find(2).notes
   end