diff --git a/CHANGELOG.md b/CHANGELOG.md index bc737aa1..45817ce4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,7 +29,6 @@ - Bigfile info for non-existing files - ## ZeroNet 0.6.1 (2018-01-25) ### Added diff --git a/src/Test/TestSiteDownload.py b/src/Test/TestSiteDownload.py index ca155b65..13bf85c7 100644 --- a/src/Test/TestSiteDownload.py +++ b/src/Test/TestSiteDownload.py @@ -94,6 +94,7 @@ class TestSiteDownload: # Push archived update assert not "archived" in site_temp.content_manager.contents["data/users/content.json"]["user_contents"] site.publish() + time.sleep(0.1) site_temp.download(blind_includes=True).join(timeout=5) # Wait for download # The archived content should disappear from remote client