aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-17 19:18:52 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-17 19:18:52 +0000
commit7dfd634b17df4e1505c62f2224380a0d38da2e8d (patch)
treedc8846d3455b9aa73f242ab79328bc943749de2c /src/testing/testing.conf
parent775613176d9e33ccdc8bcd468cfb9aab288458c2 (diff)
downloadgnunet-7dfd634b17df4e1505c62f2224380a0d38da2e8d.tar.gz
gnunet-7dfd634b17df4e1505c62f2224380a0d38da2e8d.zip
add units to time, use configuration time api where appropriate, fixing Mantis #1875
Diffstat (limited to 'src/testing/testing.conf')
-rw-r--r--src/testing/testing.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/testing.conf b/src/testing/testing.conf
index 1604ebc3a..7e25f8c13 100644
--- a/src/testing/testing.conf
+++ b/src/testing/testing.conf
@@ -1,6 +1,6 @@
1[TESTING] 1[TESTING]
2# How long before failing a connection? 2# How long before failing a connection?
3CONNECT_TIMEOUT = 30 3CONNECT_TIMEOUT = 30 s
4# How many connect attempts should we make? 4# How many connect attempts should we make?
5CONNECT_ATTEMPTS = 3 5CONNECT_ATTEMPTS = 3
6# How many connections can happen simultaneously? 6# How many connections can happen simultaneously?