summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2008-12-02 15:08:19 +0000
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2008-12-02 15:08:19 +0000
commit8846da046ecfec61bbd21ad21f31c0b81f31dcff (patch)
treea8e85c281bb55ccf0ab4c7c42b2ba71246118ba0 /tests
parent4aa09a3ca2647008ddf70ab1a6ee6f59c7778088 (diff)
downloadtelepathy-salut-8846da046ecfec61bbd21ad21f31c0b81f31dcff.tar.gz
test-two-muc-stream-tubes: increase timer to one minute
Diffstat (limited to 'tests')
-rw-r--r--tests/twisted/avahi/test-two-muc-stream-tubes.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/twisted/avahi/test-two-muc-stream-tubes.py b/tests/twisted/avahi/test-two-muc-stream-tubes.py
index 0372c9af..1ba712a5 100644
--- a/tests/twisted/avahi/test-two-muc-stream-tubes.py
+++ b/tests/twisted/avahi/test-two-muc-stream-tubes.py
@@ -263,5 +263,5 @@ def test(q, bus, conn):
conn2.Disconnect()
if __name__ == '__main__':
- # increase timer because Clique takes 30 second to join an existing muc
- exec_test(test, timeout=35)
+ # increase timer because Clique takes some time to join an existing muc
+ exec_test(test, timeout=60)