-try larger timeouts for sparcbot
authorChristian Grothoff <christian@grothoff.org>
Sun, 26 Feb 2012 17:21:11 +0000 (17:21 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sun, 26 Feb 2012 17:21:11 +0000 (17:21 +0000)
src/core/test_core_api.c
src/core/test_core_api_send_to_self.c
src/core/test_core_api_start_only.c
src/core/test_core_quota_compliance.c

index 03a3265c70cfc5f08b548c2f4c3e12d77c2939ce..7bf09193309894b4d2f3ab6a3cabeb49053760c4 100644 (file)
@@ -190,7 +190,7 @@ connect_notify (void *cls, const struct GNUNET_PeerIdentity *peer,
     if (NULL ==
         GNUNET_CORE_notify_transmit_ready (p1.ch, GNUNET_YES, 0,
                                            GNUNET_TIME_relative_multiply
-                                           (GNUNET_TIME_UNIT_SECONDS, 45),
+                                           (GNUNET_TIME_UNIT_SECONDS, 145),
                                            &p2.id,
                                            sizeof (struct GNUNET_MessageHeader),
                                            &transmit_ready, &p1))
@@ -343,7 +343,7 @@ run (void *cls, char *const *args, const char *cfgfile,
   setup_peer (&p2, "test_core_api_peer2.conf");
   err_task =
       GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_relative_multiply
-                                    (GNUNET_TIME_UNIT_SECONDS, 120),
+                                    (GNUNET_TIME_UNIT_SECONDS, 300),
                                     &terminate_task_error, NULL);
   p1.ch =
       GNUNET_CORE_connect (p1.cfg, 1, &p1, &init_notify, &connect_notify,
index 655fff45957f74622570a7ce39bc60d57d14d8a0..f04f94fac7a0363acafd84bae90a3a8b642dd7e4 100644 (file)
@@ -187,7 +187,7 @@ run (void *cls, char *const *args, const char *cfgfile,
 
   die_task =
       GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_relative_multiply
-                                    (GNUNET_TIME_UNIT_SECONDS, 60), &cleanup,
+                                    (GNUNET_TIME_UNIT_SECONDS, 300), &cleanup,
                                     cls);
 }
 
index 98bb4df66bc6363c4f59d60115bd4d4c17de9280..876e3b0f8bcb38a6dc336ecdd67a82ce6de6781b 100644 (file)
@@ -33,7 +33,7 @@
 
 #define VERBOSE GNUNET_NO
 
-#define TIMEOUT 3
+#define TIMEOUT 5
 
 #define START_ARM GNUNET_YES
 
index 68cc47386979d0882569089613da5abea8ced09c..f16cc544101251fe90568725400309ae2cd890d3 100644 (file)
 /**
  * How long until we give up on transmitting the message?
  */
-#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 180)
+#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 300)
 
 /**
  * What delay do we request from the core service for transmission?
  */
-#define FAST_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 5)
+#define FAST_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 150)
 
 #define MTYPE 12345
 #define MESSAGESIZE 1024