diff options
author | teor <teor@torproject.org> | 2019-04-04 13:02:13 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-04-04 13:21:35 +1000 |
commit | 3fa42d599a205e51c91efb953af70a45e877eafe (patch) | |
tree | 3a1c67b30c2affff4ac03b40b7d5812da8156370 /changes | |
parent | 0418d4081acd2708a16dd757af4aac4777658da9 (diff) | |
download | tor-3fa42d599a205e51c91efb953af70a45e877eafe.tar.gz tor-3fa42d599a205e51c91efb953af70a45e877eafe.zip |
Travis: Terminate test-stem if it takes more than 9.5 minutes to run
(Travis terminates the job after 10 minutes of no output.)
Diagnostic for 29437.
Fixes bug 30011; bugfix on 0.3.5.4-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug30011 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug30011 b/changes/bug30011 new file mode 100644 index 0000000000..4c9069e291 --- /dev/null +++ b/changes/bug30011 @@ -0,0 +1,4 @@ + o Minor bugfixes (CI): + - Terminate test-stem if it takes more than 9.5 minutes to run. + (Travis terminates the job after 10 minutes of no output.) + Diagnostic for 29437. Fixes bug 30011; bugfix on 0.3.5.4-alpha. |