about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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");
 }
on check' href='/danisanti/profani-tty/commit/tests/unittests/test_common.h?id=1484e94b355dc8f41d7285206b114a3e8251a1d9'>1484e94b ^
ef52840d ^


f243e333 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41