diff options
author | Bart Polot <bart@net.in.tum.de> | 2016-11-04 09:47:31 +0000 |
---|---|---|
committer | Bart Polot <bart@net.in.tum.de> | 2016-11-04 09:47:31 +0000 |
commit | ac1f30dae37831e1092101abb0523558e650b4fd (patch) | |
tree | 219b92f701f522b08034e41a54a07d9465401438 | |
parent | 644405f10a65530e0d5da3d305f3aaaef31cb737 (diff) |
- axolotl initialization takes > 1s under valgrind
-rw-r--r-- | src/cadet/test_cadet.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cadet/test_cadet.conf b/src/cadet/test_cadet.conf index 6ecf9a1ab..b6ed64c58 100644 --- a/src/cadet/test_cadet.conf +++ b/src/cadet/test_cadet.conf @@ -7,7 +7,7 @@ OVERLAY_TOPOLOGY = LINE #BINARY = gnunet-service-cadet-enc #PREFIX = valgrind --leak-check=full #PREFIX = xterm -geometry 100x85 -T peer1 -e gdb --args -REFRESH_CONNECTION_TIME = 500 ms +REFRESH_CONNECTION_TIME = 1 s ID_ANNOUNCE_TIME = 5 s CONNECT_TIMEOUT = 30 s DEFAULT_TTL = 16 |