From e78684f6899da393c6f5ca4806d1d10099fa4c34 Mon Sep 17 00:00:00 2001 From: James Booth Date: Mon, 26 Sep 2016 00:16:12 +0100 Subject: [PATCH] Tests: longer timeout for failing functional test on travis --- tests/functionaltests/test_muc.c | 2 ++ 1 file changed, 2 insertions(+) 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