about summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-09-26 00:16:12 +0100
committerJames Booth <boothj5@gmail.com>2016-09-26 00:16:12 +0100
commite78684f6899da393c6f5ca4806d1d10099fa4c34 (patch)
tree0bb516b6bd491df4c31b7fd010947ff87456e155 /tests
parent27684e59c3d12e861fae8ad44c689a17f22e53a3 (diff)
downloadprofani-tty-e78684f6899da393c6f5ca4806d1d10099fa4c34.tar.gz
Tests: longer timeout for failing functional test on travis
Diffstat (limited to 'tests')
-rw-r--r--tests/functionaltests/test_muc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/functionaltests/test_muc.c b/tests/functionaltests/test_muc.c
index 5a117045..3dfdbbba 100644
--- a/tests/functionaltests/test_muc.c
+++ b/tests/functionaltests/test_muc.c
@@ -107,7 +107,9 @@ shows_role_and_affiliation_on_join(void **state)
 
     prof_input("/join testroom@conference.localhost");
 
+    prof_timeout(60);
     assert_true(prof_output_exact("-> You have joined the room as stabber, role: participant, affiliation: none"));
+    prof_timeout_reset();
 }
 
 void