no hard warning here
authorChristian Grothoff <christian@grothoff.org>
Mon, 25 Jul 2011 14:02:25 +0000 (14:02 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 25 Jul 2011 14:02:25 +0000 (14:02 +0000)
src/nse/gnunet-service-nse.c
src/nse/test_nse_multipeer.c

index 15a9c2b5449e243291c56465fa18b64fbb1ce7a9..7ee6072e7dfec448ec92c268ec725a6c477925b4 100644 (file)
@@ -1016,7 +1016,6 @@ handle_p2p_size_estimate(void *cls,
                                 "# flood messages discarded (clock skew too large)",
                                1,
                                 GNUNET_NO);
-      GNUNET_break_op (0);
       return GNUNET_OK;
     }
   if (0 == (memcmp (peer, &my_identity, sizeof(struct GNUNET_PeerIdentity))))
index 367f88511c526ac963fd80cfeca573252678deb6..97db91fd30fa03a6e15faf6162dcbbaf6c9aa11e 100644 (file)
@@ -51,7 +51,7 @@ struct NSEPeer *peer_tail;
 /**
  * How long do we run the test?
  */
-#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MINUTES, 2)
+#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MINUTES, 30)
 
 static int ok;
 
@@ -283,7 +283,7 @@ main (int argc, char *argv[])
 #endif
                     NULL);
   ret = check ();
-  GNUNET_DISK_directory_remove ("/tmp/test-nse-multipeer");
+  // GNUNET_DISK_directory_remove ("/tmp/test-nse-multipeer");
   return ret;
 }