mo_mt_sms.py: remove short timeout; cosmetic: log properties
diff --git a/selftest/real_suite/suites/sms/mo_mt_sms.py b/selftest/real_suite/suites/sms/mo_mt_sms.py
index 9c8cca9..12f3112 100755
--- a/selftest/real_suite/suites/sms/mo_mt_sms.py
+++ b/selftest/real_suite/suites/sms/mo_mt_sms.py
@@ -19,7 +19,9 @@
 
 ms_mo.connect(nitb)
 ms_mt.connect(nitb)
-wait(nitb.subscriber_attached, ms_mo, ms_mt, timeout=20)
+print(ms_mo.properties())
+print(ms_mt.properties())
+wait(nitb.subscriber_attached, ms_mo, ms_mt)
 
 sms = ms_mo.sms_send(ms_mt.msisdn)
 wait(ms_mt.sms_received, sms)