aboutsummaryrefslogtreecommitdiff
path: root/src/revocation/test_revocation.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-11-30 19:29:54 +0000
committerChristian Grothoff <christian@grothoff.org>2014-11-30 19:29:54 +0000
commit147e93e5a3a8d35748665b6b3adb4ea72988d9c6 (patch)
treeb5e68d42fdad642d7b857d7af693b8234e764fc2 /src/revocation/test_revocation.conf
parent9a69e771a2e599e1710e9696fc571a499071a124 (diff)
downloadgnunet-147e93e5a3a8d35748665b6b3adb4ea72988d9c6.tar.gz
gnunet-147e93e5a3a8d35748665b6b3adb4ea72988d9c6.zip
-fix #3510, ensure revocation test times out
Diffstat (limited to 'src/revocation/test_revocation.conf')
-rw-r--r--src/revocation/test_revocation.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/revocation/test_revocation.conf b/src/revocation/test_revocation.conf
index 5ebb2f2b7..f6eb33602 100644
--- a/src/revocation/test_revocation.conf
+++ b/src/revocation/test_revocation.conf
@@ -23,12 +23,15 @@ BROADCAST = NO
23[nat] 23[nat]
24RETURN_LOCAL_ADDRESSES = YES 24RETURN_LOCAL_ADDRESSES = YES
25 25
26[transport]
27PLUGINS = tcp
28
26[peerinfo] 29[peerinfo]
27USE_INCLUDED_HELLOS = NO 30USE_INCLUDED_HELLOS = NO
28 31
29[testbed] 32[testbed]
30OVERLAY_TOPOLOGY = CLIQUE 33OVERLAY_TOPOLOGY = CLIQUE
31SETUP_TIMEOUT = 1 m 34SETUP_TIMEOUT = 10 s
32OPERATION_TIMEOUT = 5 s 35OPERATION_TIMEOUT = 5 s
33CACHE_SIZE = 0 36CACHE_SIZE = 0
34 37