diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-10-08 12:17:51 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-10-08 12:17:51 +0000 |
commit | 331d3273252527795746418fdb8485cc0d896207 (patch) | |
tree | fd5e7242a3250571e6f5da6024156d542476f125 /test/system | |
parent | 017d8790c973078c1db85c8f44b199bcf8570a74 (diff) | |
download | redmine-331d3273252527795746418fdb8485cc0d896207.tar.gz redmine-331d3273252527795746418fdb8485cc0d896207.zip |
reduce sleep seconds of Issue system "test_update_journal_notes_with_preview"
git-svn-id: http://svn.redmine.org/redmine/trunk@18623 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/system')
-rw-r--r-- | test/system/issues_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/issues_test.rb b/test/system/issues_test.rb index bfb75d11b..6c81a7792 100644 --- a/test/system/issues_test.rb +++ b/test/system/issues_test.rb @@ -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 |