From 11785c2bf4f443985d809cece26b7e8a92b15c92 Mon Sep 17 00:00:00 2001 From: Kurtis Rader Date: Sun, 17 Jan 2016 19:14:54 -0800 Subject: make bind unit tests more robust on travis-ci My previous commit failed in the travis-ci environment despite passing on my local computer. This appears to be due to expect timing out looking for the expected input. See if increasing the expect timeout slightly fixes the problem. --- tests/interactive.expect.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/interactive.expect.rc') diff --git a/tests/interactive.expect.rc b/tests/interactive.expect.rc index c148b562..1949d328 100644 --- a/tests/interactive.expect.rc +++ b/tests/interactive.expect.rc @@ -5,7 +5,7 @@ log_file -noappend interactive.tmp.log set fish ../fish -set timeout 4 +set timeout 5 set send_human {.05 .1 5 .02 .2} -- cgit v1.2.3