diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-09-12 10:38:35 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-09-12 10:38:35 -0400 |
commit | 4027bd2e9680cb5922b006847aa4db6170826bf6 (patch) | |
tree | 7ad4f1a5405730d0cbb379163d801b2e66396966 /src/test/test_options.c | |
parent | 8eef7fc845d76da287dd0888b6753178118f7193 (diff) | |
parent | 1b5e34badb06bb1a844a6e70164fc5c894d95d0a (diff) | |
download | tor-4027bd2e9680cb5922b006847aa4db6170826bf6.tar.gz tor-4027bd2e9680cb5922b006847aa4db6170826bf6.zip |
Merge branch 'bug23347_squashed'
Diffstat (limited to 'src/test/test_options.c')
-rw-r--r-- | src/test/test_options.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_options.c b/src/test/test_options.c index 92e6982823..65b678cf5b 100644 --- a/src/test/test_options.c +++ b/src/test/test_options.c @@ -2232,6 +2232,7 @@ test_options_validate__testing(void *ignored) ENSURE_DEFAULT(TestingServerConsensusDownloadSchedule, 3000); ENSURE_DEFAULT(TestingClientConsensusDownloadSchedule, 3000); ENSURE_DEFAULT(TestingBridgeDownloadSchedule, 3000); + ENSURE_DEFAULT(TestingBridgeBootstrapDownloadSchedule, 3000); ENSURE_DEFAULT(TestingClientMaxIntervalWithoutRequest, 3000); ENSURE_DEFAULT(TestingDirConnectionMaxStall, 3000); ENSURE_DEFAULT(TestingConsensusMaxDownloadTries, 3000); |