gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] 03/05: use timeout option in benchmark


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] 03/05: use timeout option in benchmark
Date: Fri, 10 Aug 2018 22:32:50 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

commit 1314b5fe20d99a2bc384f6a45042060d3940d635
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Aug 10 22:31:46 2018 +0200

    use timeout option in benchmark
---
 src/benchmark/taler-exchange-benchmark.c | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/benchmark/taler-exchange-benchmark.c 
b/src/benchmark/taler-exchange-benchmark.c
index 3a59bc6..dc6fffa 100644
--- a/src/benchmark/taler-exchange-benchmark.c
+++ b/src/benchmark/taler-exchange-benchmark.c
@@ -428,8 +428,9 @@ run (void *cls,
                                                    unit);
   }
   all_commands[1 + howmany_coins] = TALER_TESTING_cmd_end ();
-  TALER_TESTING_run (is,
-                     all_commands);
+  TALER_TESTING_run2 (is,
+                      all_commands,
+                      GNUNET_TIME_UNIT_FOREVER_REL); /* no timeout */
   result = 1;
 }
 
@@ -586,6 +587,9 @@ parallel_benchmark (TALER_TESTING_Main main_cb,
          NULL,
          cfg_filename,
          exchanged);
+      if (GNUNET_OK != result)
+        GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
+                    "Failure in child process test suite!\n");
       if (GNUNET_OK == result)
         exit (0);
       else

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



reply via email to

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