From 1816cee6455627543262711524837164bbf48385 Mon Sep 17 00:00:00 2001 From: t3sserakt Date: Mon, 6 Dec 2021 14:20:25 +0100 Subject: fixed timeout for netjail tests, removed duplicated function declaration from header, using GNUNET_TESTING_get_trait_batch_cmds in loop, fixed tng service shutdown logic, added missing GNUNET_SERVICE_client_continue, changed default log level for udp backchannel test to debug --- src/transport/test_transport_start_with_config.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/transport/test_transport_start_with_config.c') diff --git a/src/transport/test_transport_start_with_config.c b/src/transport/test_transport_start_with_config.c index c3411becc..4705eb9b2 100644 --- a/src/transport/test_transport_start_with_config.c +++ b/src/transport/test_transport_start_with_config.c @@ -29,7 +29,7 @@ #include "transport-testing-cmds.h" #include "gnunet_util_lib.h" -#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 120) +#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 300) int @@ -97,7 +97,8 @@ main (int argc, GNUNET_TESTING_cmd_netjail_start_testing_system ("netjail-start-testbed", topology, &read_file, - topology_data_script), + topology_data_script, + TIMEOUT), GNUNET_TESTING_cmd_stop_testing_system ("stop-testbed", "netjail-start-testbed", topology), -- cgit v1.2.3