aboutsummaryrefslogtreecommitdiff
path: root/src/regex/gnunet-regex-profiler.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-05-27 08:58:44 +0000
committerBart Polot <bart@net.in.tum.de>2013-05-27 08:58:44 +0000
commiteb697b546071ec7e18f31f28f135a9b397c345ec (patch)
treee7ab9383c7d8cf607814c4dc548182e4d1e0329d /src/regex/gnunet-regex-profiler.c
parent5e46cea6db04e736ace3c498ed1a1aac2c62c632 (diff)
downloadgnunet-eb697b546071ec7e18f31f28f135a9b397c345ec.tar.gz
gnunet-eb697b546071ec7e18f31f28f135a9b397c345ec.zip
- fix setup timeout
Diffstat (limited to 'src/regex/gnunet-regex-profiler.c')
-rw-r--r--src/regex/gnunet-regex-profiler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex/gnunet-regex-profiler.c b/src/regex/gnunet-regex-profiler.c
index 954915aad..c56e1567e 100644
--- a/src/regex/gnunet-regex-profiler.c
+++ b/src/regex/gnunet-regex-profiler.c
@@ -1394,7 +1394,7 @@ run (void *cls, char *const *args, const char *cfgfile,
1394 NULL); /* test_master cls */ 1394 NULL); /* test_master cls */
1395 if (GNUNET_OK != 1395 if (GNUNET_OK !=
1396 GNUNET_CONFIGURATION_get_value_time (cfg, "TESTBED", 1396 GNUNET_CONFIGURATION_get_value_time (cfg, "TESTBED",
1397 "SETUP_TIME", 1397 "SETUP_TIMEOUT",
1398 &abort_time)) 1398 &abort_time))
1399 { 1399 {
1400 abort_time = 1400 abort_time =