From 774135f9601d43c4234d77baa6f5c284f67489ca Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Sat, 6 Nov 2010 17:41:36 -0400 Subject: [PATCH] hack around a test that doesn't pass with current (master) glib https://bugs.freedesktop.org/show_bug.cgi?id=31447 --- tests/wocky-ping-test.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/wocky-ping-test.c b/tests/wocky-ping-test.c index cd64a80..2af0bdc 100644 --- a/tests/wocky-ping-test.c +++ b/tests/wocky-ping-test.c @@ -15,7 +15,7 @@ #define PING_COUNT 3 #define PING_INTERVAL 1 -#define TOTAL_TIMEOUT (PING_COUNT * PING_INTERVAL + 1) +#define TOTAL_TIMEOUT (PING_COUNT * PING_INTERVAL + 3) static gboolean ping_recv_cb (WockyPorter *porter, WockyStanza *stanza, gpointer user_data) -- 1.7.3.1