Browse Source

Fix site archived download test

shortcutme 6 years ago
parent
commit
3d0a20452f
2 changed files with 1 additions and 1 deletions
  1. 0 1
      CHANGELOG.md
  2. 1 0
      src/Test/TestSiteDownload.py

+ 0 - 1
CHANGELOG.md

@@ -29,7 +29,6 @@
  - Bigfile info for non-existing files
 
 
-
 ## ZeroNet 0.6.1 (2018-01-25)
 
 ### Added

+ 1 - 0
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