about summary refs log tree commit diff stats
path: root/tests/functionaltests
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-10-13 00:32:02 +0100
committerJames Booth <boothj5@gmail.com>2015-10-13 00:32:02 +0100
commit118e92039ecbf2431838a51642582e1c72694e4f (patch)
tree6f72fa4086e988a65663391090c6d427d4e536ee /tests/functionaltests
parent14ff1db9a61a72c93570b42b06b01f7af86b473d (diff)
downloadprofani-tty-118e92039ecbf2431838a51642582e1c72694e4f.tar.gz
functionaltests: reset connect wait to 30 secs
Diffstat (limited to 'tests/functionaltests')
-rw-r--r--tests/functionaltests/proftest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functionaltests/proftest.c b/tests/functionaltests/proftest.c
index c299ddfc..b839ee48 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 = 120;
+    exp_timeout = 30;
     assert_true(prof_output_regex("stabber@localhost logged in successfully, .+online.+ \\(priority 0\\)\\."));
     exp_timeout = 10;
     stbbr_wait_for("prof_presence_*");