diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-03-19 05:36:06 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-03-19 05:36:06 -0400 |
commit | bcea98a4b41f7e54068ad73f50eb5e0ceb593a12 (patch) | |
tree | b7633360d1c860ef2c935ee68bdb049fc122c9c3 /changes | |
parent | 4e5e973421ce17c1b4466722390f0e47bdeaa527 (diff) | |
parent | 296e429ebcb676b39a574bf8e8850c53bb659d74 (diff) | |
download | tor-bcea98a4b41f7e54068ad73f50eb5e0ceb593a12.tar.gz tor-bcea98a4b41f7e54068ad73f50eb5e0ceb593a12.zip |
Merge branch 'maint-0.3.3'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug25450 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug25450 b/changes/bug25450 new file mode 100644 index 0000000000..ae14135a72 --- /dev/null +++ b/changes/bug25450 @@ -0,0 +1,8 @@ + o Minor bugfixes (testing): + - Avoid intermittent test failures due to relying on hidden service + introductory point creation within 5 seconds of real clock time. The + time limit for the test has been increased to 500 seconds, which may + still result in intermittent failures (e.g. if the system doing the + testing enters sleep/hibernation or experiences some other clock jump). + However, this should elliminate test failures currently happening on + developer and CI systems. Fixes bug 25450; bugfix on 0.3.1.3-alpha. |