aboutsummaryrefslogtreecommitdiff
path: root/src/gns
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2012-04-10 14:21:14 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2012-04-10 14:21:14 +0000
commitcefd4ebb1ea38c9c03795166a22b19b3fb0d4093 (patch)
tree5bddadafc9aa86bc3edf510a680a1c4327d4aa00 /src/gns
parent75df1f39d07f5ff36be717a29e2b0c267861a027 (diff)
downloadgnunet-cefd4ebb1ea38c9c03795166a22b19b3fb0d4093.tar.gz
gnunet-cefd4ebb1ea38c9c03795166a22b19b3fb0d4093.zip
-ign
Diffstat (limited to 'src/gns')
-rw-r--r--src/gns/test_gns_dht_threepeer.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/gns/test_gns_dht_threepeer.c b/src/gns/test_gns_dht_threepeer.c
index 9de6aebfd..3bafae424 100644
--- a/src/gns/test_gns_dht_threepeer.c
+++ b/src/gns/test_gns_dht_threepeer.c
@@ -42,7 +42,7 @@
42#define VERBOSE GNUNET_YES 42#define VERBOSE GNUNET_YES
43 43
44/* Timeout for entire testcase */ 44/* Timeout for entire testcase */
45#define TIMEOUT GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 80) 45#define TIMEOUT GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 180)
46#define ZONE_PUT_WAIT_TIME GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 30) 46#define ZONE_PUT_WAIT_TIME GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 30)
47 47
48/* If number of peers not in config file, use this number */ 48/* If number of peers not in config file, use this number */
@@ -487,12 +487,12 @@ check ()
487 /* Run the run function as a new program */ 487 /* Run the run function as a new program */
488 ret = 488 ret =
489 GNUNET_PROGRAM_run ((sizeof (argv) / sizeof (char *)) - 1, argv, 489 GNUNET_PROGRAM_run ((sizeof (argv) / sizeof (char *)) - 1, argv,
490 "test-gns-twopeer", "nohelp", options, &run, 490 "test-gns-threepeer", "nohelp", options, &run,
491 &ok); 491 &ok);
492 if (ret != GNUNET_OK) 492 if (ret != GNUNET_OK)
493 { 493 {
494 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, 494 GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
495 "`test-gns-twopeer': Failed with error code %d\n", ret); 495 "`test-gns-threepeer': Failed with error code %d\n", ret);
496 } 496 }
497 return ok; 497 return ok;
498} 498}
@@ -502,7 +502,7 @@ main (int argc, char *argv[])
502{ 502{
503 int ret; 503 int ret;
504 504
505 GNUNET_log_setup ("test-gns-twopeer", 505 GNUNET_log_setup ("test-gns-threepeer",
506#if VERBOSE 506#if VERBOSE
507 "DEBUG", 507 "DEBUG",
508#else 508#else
@@ -517,4 +517,4 @@ main (int argc, char *argv[])
517 return ret; 517 return ret;
518} 518}
519 519
520/* end of test_gns_twopeer.c */ 520/* end of test_gns_threepeer.c */