diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-03-15 16:27:57 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-03-15 16:27:57 +0000 |
commit | e50e6b4e3c3bf881665126696d5b4fa35859b666 (patch) | |
tree | 61950dc9fecad1001a6e72c4bc58c08229c5466c /src/or/test.c | |
parent | a9d0479d96b456f64b0a5404ba29a9b342776671 (diff) | |
download | tor-e50e6b4e3c3bf881665126696d5b4fa35859b666.tar.gz tor-e50e6b4e3c3bf881665126696d5b4fa35859b666.zip |
r12182@catbus: nickm | 2007-03-15 10:58:12 -0400
Clarify section of dir-spec.txt that explains how "v" resolution happens.
svn:r9829
Diffstat (limited to 'src/or/test.c')
-rw-r--r-- | src/or/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/test.c b/src/or/test.c index f707551b2f..03a589c2c0 100644 --- a/src/or/test.c +++ b/src/or/test.c @@ -1192,7 +1192,7 @@ _thread_test_func(void* _s) tor_snprintf(buf, sizeof(buf), "%lu", tor_get_thread_id()); cp = tor_strdup(buf); - for (i=0; i<1000; ++i) { + for (i=0; i<100000; ++i) { tor_mutex_acquire(_thread_test_mutex); strmap_set(_thread_test_strmap, "last to run", cp); tor_mutex_release(_thread_test_mutex); |