diff options
Diffstat (limited to 'src/test/test_rebind.py')
-rw-r--r-- | src/test/test_rebind.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_rebind.py b/src/test/test_rebind.py index dfd0ccbcb6..cab6aafbb6 100644 --- a/src/test/test_rebind.py +++ b/src/test/test_rebind.py @@ -81,6 +81,7 @@ tor_process = subprocess.Popen([tor_path, '-ControlPort', '127.0.0.1:{}'.format(control_port), '-SOCKSPort', '127.0.0.1:{}'.format(socks_port), '-Log', 'debug stdout', + '-LogTimeGranularity', '1', '-FetchServerDescriptors', '0'], stdout=subprocess.PIPE, stderr=subprocess.PIPE) |