gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] branch master updated: adjust timeouts to


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: adjust timeouts to try to make test more robust
Date: Sat, 15 Sep 2018 22:51:53 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 73b02ade adjust timeouts to try to make test more robust
73b02ade is described below

commit 73b02adee0c49714e9150fc6c336035fd4b15936
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Sep 15 22:51:44 2018 +0200

    adjust timeouts to try to make test more robust
---
 src/exchange-lib/exchange_api_handle.c                       | 1 -
 src/exchange-lib/test_exchange_api_keys_cherry_picking_new.c | 6 +++---
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/exchange-lib/exchange_api_handle.c 
b/src/exchange-lib/exchange_api_handle.c
index 83dda20f..392a505c 100644
--- a/src/exchange-lib/exchange_api_handle.c
+++ b/src/exchange-lib/exchange_api_handle.c
@@ -836,7 +836,6 @@ keys_completed_cb (void *cls,
               "Received keys from URL `%s' with status %ld.\n",
               kr->url,
               response_code);
-  json_dumpf (resp_obj, stderr, 0);
   kd_old = exchange->key_data;
   memset (&kd,
           0,
diff --git a/src/exchange-lib/test_exchange_api_keys_cherry_picking_new.c 
b/src/exchange-lib/test_exchange_api_keys_cherry_picking_new.c
index 8c82f638..cee26dee 100644
--- a/src/exchange-lib/test_exchange_api_keys_cherry_picking_new.c
+++ b/src/exchange-lib/test_exchange_api_keys_cherry_picking_new.c
@@ -73,7 +73,7 @@ run (void *cls,
                                   is->exchange),
     /* sleep a bit */
     TALER_TESTING_cmd_sleep ("sleep",
-                             25),
+                             10),
     /* 1st keyup happens at start-up */
     TALER_TESTING_cmd_exec_keyup ("keyup-2",
                                   CONFIG_FILE_EXTENDED),
@@ -89,7 +89,7 @@ run (void *cls,
 
     /* sleep a bit */
     TALER_TESTING_cmd_sleep ("sleep",
-                             24),
+                             20),
     /* Do 2nd keyup */
     TALER_TESTING_cmd_exec_keyup ("keyup-3",
                                   CONFIG_FILE_EXTENDED),
@@ -100,7 +100,7 @@ run (void *cls,
                               SIGUSR1),
     TALER_TESTING_cmd_check_keys ("check-keys-3",
                                   3,
-                                  10,
+                                  8,
                                   is->exchange),
     TALER_TESTING_cmd_end ()
   };

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



reply via email to

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