[stem/master] Note ticket for speeding up OwningControllerProcess tests

commit 189ec858dc935232741259c142f893a92c24ca6d Author: Damian Johnson <atagar@torproject.org> Date: Sun Jan 22 13:51:31 2017 -0800 Note ticket for speeding up OwningControllerProcess tests Sadly I can't make this one faster, but with a small tor tweak we can. Shot them a ticket... https://trac.torproject.org/projects/tor/ticket/21281 --- test/integ/process.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/integ/process.py b/test/integ/process.py index d8e6b82..9e13be5 100644 --- a/test/integ/process.py +++ b/test/integ/process.py @@ -418,6 +418,8 @@ class TestProcess(unittest.TestCase): # tor polls for the process every fifteen seconds so this may take a # while... + # + # https://trac.torproject.org/projects/tor/ticket/21281 for seconds_waited in range(30): if tor_process.poll() == 0:
participants (1)
-
atagar@torproject.org