mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-05 09:20:13 +00:00
fix ci
This commit is contained in:
@@ -252,7 +252,7 @@ def test_ajax(repo):
|
|||||||
assert_resumable_upload_response(response, repo.id,
|
assert_resumable_upload_response(response, repo.id,
|
||||||
resumable_file_name, True)
|
resumable_file_name, True)
|
||||||
|
|
||||||
time.sleep (1.5)
|
time.sleep (2)
|
||||||
repo_size = api.get_repo_size (repo.id)
|
repo_size = api.get_repo_size (repo.id)
|
||||||
assert repo_size == total_size
|
assert repo_size == total_size
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user