Skip to content

Commit 83f006f

Browse files
committed
Increase times to make travis pass
1 parent 30d0b51 commit 83f006f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

test/helpers/expect_copycat_helpers.exp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ proc tmux_ctrl_t {} {
3737

3838
proc search {text} {
3939
send "/"
40-
sleep 0.2
40+
sleep 0.5
4141
send "$text\r"
4242
sleep 0.7
4343
}

test/helpers/expect_helpers.exp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ proc clear_screen {} {
3535

3636
proc display_text {text} {
3737
send "echo $text\r"
38-
sleep 0.1
38+
sleep 0.3
3939
}
4040

4141
proc new_tmux_pane {} {
@@ -58,7 +58,7 @@ proc exit_irb {} {
5858

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

6464
# Generates random output just to fill the screen.

test/test_free_search.exp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ assert_on_screen "No results!" "No results is displayed when no results"
133133

134134
new_tmux_pane
135135
display_text "something2"
136-
sleep 1.0
136+
sleep 5.0
137137
search "something\[\[:digit:]]"
138138
next_match
139139
next_match

0 commit comments

Comments
 (0)