[Pkg-privacy-commits] [onionbalance] 56/117: Increase wait time after descriptor upload to prevent random test failure

Donncha O'Cearbahill donncha-guest at moszumanska.debian.org
Wed Dec 16 23:18:46 UTC 2015


This is an automated email from the git hooks/post-receive script.

donncha-guest pushed a commit to branch debian/sid
in repository onionbalance.

commit 4dfde70f1419179d966e1edc6b8523888a67ab00
Author: Donncha O'Cearbhaill <donncha at donncha.is>
Date:   Fri Jun 26 15:06:22 2015 +0100

    Increase wait time after descriptor upload to prevent random test failure
---
 test/functional/test_publish_master_descriptor.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/test/functional/test_publish_master_descriptor.py b/test/functional/test_publish_master_descriptor.py
index 83e5978..5b69b94 100644
--- a/test/functional/test_publish_master_descriptor.py
+++ b/test/functional/test_publish_master_descriptor.py
@@ -112,9 +112,10 @@ def test_master_descriptor_publication(tmpdir):
     server.expect(u"Published a descriptor", timeout=120)
 
     # Check Tor control port gave an uploaded event.
+
     server.expect(u"HS_DESC UPLOADED")
     # Eek, sleep to wait for descriptor upload to all replicas to finish
-    time.sleep(5)
+    time.sleep(10)
 
     # .. todo:: Also need to check and raise for any warnings or errors
     #           that are emitted

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onionbalance.git



More information about the Pkg-privacy-commits mailing list