Skip to content

Commit

Permalink
Add a wait for a test because sometimes fails
Browse files Browse the repository at this point in the history
  • Loading branch information
aycabta committed Jan 9, 2022
1 parent 5db9738 commit da4a7aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/reline/yamatanooroti/test_rendering.rb
Expand Up @@ -767,6 +767,7 @@ def test_with_newline
omit if Reline::IOGate.win?
cmd = %Q{ruby -e 'print(%Q{abc def \\e\\r})' | ruby -I#{@pwd}/lib -rreline -e 'p Reline.readline(%{> })'}
start_terminal(40, 50, ['bash', '-c', cmd])
sleep 1
close
assert_screen(<<~'EOC')
> abc def
Expand Down

0 comments on commit da4a7aa

Please sign in to comment.