[telepathy-gabble/master] Increase Jingle timeout in tests.
Will Thompson
will.thompson at collabora.co.uk
Wed Apr 15 12:32:01 PDT 2009
This works around spurious failures when Valgrind. (The timeout should
go away at some point anyway...)
---
tests/twisted/main-debug.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/twisted/main-debug.c b/tests/twisted/main-debug.c
index ca30733..8393a6a 100644
--- a/tests/twisted/main-debug.c
+++ b/tests/twisted/main-debug.c
@@ -33,7 +33,7 @@ main (int argc,
/* needed for test-disco-no-reply.py */
gabble_connection_set_disco_reply_timeout (3000);
- gabble_set_jingle_session_timeout (500);
+ gabble_set_jingle_session_timeout (1500);
g_type_init ();
gibber_resolver_set_resolver (GABBLE_TYPE_RESOLVER_FAKE);
--
1.5.6.5
More information about the telepathy-commits
mailing list