Skip to content

Commit

Permalink
Windows needs more times to wait rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
aycabta committed Jan 13, 2021
1 parent 200b469 commit 53ff2b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/reline/yamatanooroti/test_rendering.rb
Expand Up @@ -525,6 +525,7 @@ def each_top_level_statement
end
end
EOC
sleep 1
close
assert_screen(<<~EOC)
prompt> prompt
Expand Down Expand Up @@ -571,6 +572,7 @@ def each_top_level_statement
end
end
EOC
sleep 1
write("\C-p" * 6)
close
assert_screen(<<~EOC)
Expand Down Expand Up @@ -618,7 +620,7 @@ def each_top_level_statement
end
end
EOC
sleep 0.3
sleep 1
write("\C-p" * 5)
write("\C-n" * 3)
close
Expand Down

0 comments on commit 53ff2b0

Please sign in to comment.