From 6255420b803dabc38cbda44ca13f5c458b85f5d5 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sat, 13 Jun 2015 19:49:26 +0100 Subject: [PATCH] Increase connection time, functional tests --- tests/functionaltests/proftest.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/functionaltests/proftest.c b/tests/functionaltests/proftest.c index c8b38893..78a82c11 100644 --- a/tests/functionaltests/proftest.c +++ b/tests/functionaltests/proftest.c @@ -221,6 +221,9 @@ prof_connect(void) prof_input("/connect stabber@localhost port 5230"); prof_input("password"); + // Allow time for profanity to connect + exp_timeout = 30; assert_true(prof_output_regex("stabber@localhost logged in successfully, .+online.+ \\(priority 0\\)\\.")); + exp_timeout = 10; stbbr_wait_for("prof_presence_1"); }