about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-06-13 19:50:53 +0100
committerJames Booth <boothj5@gmail.com>2015-06-13 19:50:53 +0100
commitb07a7035df8980868421ab27cd62411069885991 (patch)
tree68216d42dbf61f339dbc400d509e01539a20fe12
parenteb1f8a499a99d315601016777dd492a8a25a3ea7 (diff)
parent6255420b803dabc38cbda44ca13f5c458b85f5d5 (diff)
downloadprofani-tty-b07a7035df8980868421ab27cd62411069885991.tar.gz
Merge branch 'master' into openpgp
-rw-r--r--tests/functionaltests/proftest.c3
1 files changed, 3 insertions, 0 deletions
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");
 }