gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] 02/15: test_multicast_multipeer: fix


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 02/15: test_multicast_multipeer: fix
Date: Wed, 19 Apr 2017 09:39:09 +0200

This is an automated email from the git hooks/post-receive script.

xrs pushed a commit to branch master
in repository gnunet.

commit 7cd462b984eddaf5872de7d1f75389fb6c5a5146
Author: xrs <address@hidden>
AuthorDate: Sun Mar 12 15:29:34 2017 +0100

    test_multicast_multipeer: fix
---
 src/multicast/test_multicast_multipeer.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/multicast/test_multicast_multipeer.c 
b/src/multicast/test_multicast_multipeer.c
index cd928bf9f..266c87a16 100644
--- a/src/multicast/test_multicast_multipeer.c
+++ b/src/multicast/test_multicast_multipeer.c
@@ -345,7 +345,7 @@ multicast_ca (void *cls,
   else
   {
     // Get members keys
-    member_pub_key[mc_peer->peer] = GNUNET_new (struct 
GNUNET_CRYPTO_EddsaPublicKey);
+    member_pub_key[mc_peer->peer] = GNUNET_new (struct 
GNUNET_CRYPTO_EcdsaPublicKey);
     member_key[mc_peer->peer] = GNUNET_CRYPTO_ecdsa_key_create ();
     GNUNET_CRYPTO_ecdsa_key_get_public (member_key[mc_peer->peer], 
member_pub_key[mc_peer->peer]);
     
@@ -517,7 +517,7 @@ testbed_master (void *cls,
   GNUNET_SCHEDULER_add_shutdown (&shutdown_task, NULL); /* Schedule a new task 
on shutdown */
 
   /* Schedule the shutdown task with a delay of a few Seconds */
-  timeout_tid = GNUNET_SCHEDULER_add_delayed 
(GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 48),
+  timeout_tid = GNUNET_SCHEDULER_add_delayed 
(GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 60),
                                              &timeout_task, NULL);
 }
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]