From e3811a417bbb5f5f6fc4a4e9a33c52773f2934be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E8=B5=AB=E7=84=B6?= Date: Thu, 21 Nov 2024 16:20:41 +0800 Subject: [PATCH] Add time of run gc --- tests/test_gc/test_gc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_gc/test_gc.py b/tests/test_gc/test_gc.py index 03ce8cc7..6e288331 100644 --- a/tests/test_gc/test_gc.py +++ b/tests/test_gc/test_gc.py @@ -181,7 +181,7 @@ def test_gc_on_upload(repo, rm_fs): if offset == large_file_size: break time.sleep (0.1) - time.sleep(1) + time.sleep (0.1) run_gc(repo.id, rm_fs, '') while not future.done():