about summary refs log tree commit diff stats
path: root/tests/functionaltests/test_muc.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functionaltests/test_muc.c')
-rw-r--r--tests/functionaltests/test_muc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/functionaltests/test_muc.c b/tests/functionaltests/test_muc.c
index 3dfdbbba..5a117045 100644
--- a/tests/functionaltests/test_muc.c
+++ b/tests/functionaltests/test_muc.c
@@ -107,9 +107,7 @@ 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