diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-03-19 05:35:39 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-03-19 05:35:39 -0400 |
commit | a0cc7e9492ca3737d197d5b7ec491f6f00bc9fb5 (patch) | |
tree | f0c3b59422092a6aa8a4fe2fc14a6d23dd2888a1 /changes | |
parent | d60dc27555a2bed448617e0b82e61817c9cff895 (diff) | |
parent | 9191d962f9f6226ae2ded6006571b1e03ab7970f (diff) | |
download | tor-a0cc7e9492ca3737d197d5b7ec491f6f00bc9fb5.tar.gz tor-a0cc7e9492ca3737d197d5b7ec491f6f00bc9fb5.zip |
Merge remote-tracking branch 'isis/bug25450_032' into maint-0.3.2
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. |