longer timeout to make test work on slower machines, but the problem is still that...
authorNathan S. Evans <evans@in.tum.de>
Fri, 5 Feb 2010 15:23:19 +0000 (15:23 +0000)
committerNathan S. Evans <evans@in.tum.de>
Fri, 5 Feb 2010 15:23:19 +0000 (15:23 +0000)
src/core/test_core_api.c

index 9fafb10ded15eb61c50e38a324e224f674a6917c..72846ed0f64c5f4139e739a6f8e53bfe1140ee67 100644 (file)
@@ -247,7 +247,7 @@ init_notify (void *cls,
 
       if (NULL == GNUNET_CORE_notify_transmit_ready (p1.ch,
                                          0,
-                                         GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 15),
+                                         GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 45),
                                          &p2.id,
                                          sizeof (struct GNUNET_MessageHeader),
                                          &transmit_ready, &p1))