From 14ff1db9a61a72c93570b42b06b01f7af86b473d Mon Sep 17 00:00:00 2001 From: James Booth Date: Tue, 13 Oct 2015 00:24:28 +0100 Subject: [PATCH] functionaltests: Doubled libexpect timeout for connect --- tests/functionaltests/proftest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functionaltests/proftest.c b/tests/functionaltests/proftest.c index efe46dc2..c299ddfc 100644 --- a/tests/functionaltests/proftest.c +++ b/tests/functionaltests/proftest.c @@ -248,7 +248,7 @@ prof_connect_with_roster(char *roster) prof_input("password"); // Allow time for profanity to connect - exp_timeout = 60; + exp_timeout = 120; assert_true(prof_output_regex("stabber@localhost logged in successfully, .+online.+ \\(priority 0\\)\\.")); exp_timeout = 10; stbbr_wait_for("prof_presence_*");