"# 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))))
/**
* 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;
#endif
NULL);
ret = check ();
- GNUNET_DISK_directory_remove ("/tmp/test-nse-multipeer");
+ // GNUNET_DISK_directory_remove ("/tmp/test-nse-multipeer");
return ret;
}