1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-08-31 15:11:08 +00:00
This commit is contained in:
caixiangyue
2021-08-30 10:54:53 +08:00
parent f24d47d2bc
commit 96b6a47a02

View File

@@ -252,7 +252,7 @@ def test_ajax(repo):
assert_resumable_upload_response(response, repo.id,
resumable_file_name, True)
time.sleep (1.5)
time.sleep (2)
repo_size = api.get_repo_size (repo.id)
assert repo_size == total_size