test_rebind: wait for tor to timeout, even if it is logging a lot

Fixes bug 28883; bugfix on 0.3.5.4-alpha.
This commit is contained in:
Nick Mathewson
2018-12-17 09:53:17 -05:00
parent 94a7998158
commit 315c21d2e2
2 changed files with 6 additions and 4 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfixes (testing):
- Make sure that test_rebind.py actually obeys its timeout, even
when it receives a large number of log messages. Fixes bug 28883;
bugfix on 0.3.5.4-alpha.