Skip to content

Commit 0d78ca5

Browse files
committed
Increase timeout of irb display text to pass tests
Tests were failing after setting locale to UTF8 in server. Apparently, setting locale to UTF-8 makes the input of some characters slower in irb. Increasing the time made the tests pass again.
1 parent 61ca193 commit 0d78ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helpers/expect_helpers.exp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ proc exit_irb {} {
5858

5959
proc irb_display_text {text} {
6060
send "puts '$text'\r"
61-
sleep 0.3
61+
sleep 1.0
6262
}
6363

6464
# Generates random output just to fill the screen.

0 commit comments

Comments
 (0)