diff --git a/tests/python_test/entity/test_insert.py b/tests/python_test/entity/test_insert.py
index 877c5cf0138d0f4c477b7b141808081dfeeb447e..b962f5851055b5ba4c1c82b609ab8d0cdc1a7e06 100644
--- a/tests/python_test/entity/test_insert.py
+++ b/tests/python_test/entity/test_insert.py
@@ -509,10 +509,10 @@ class TestInsertBase:
with pytest.raises(Exception):
connect.insert(collection, tmp_entity)
-# todo fix timeout
-# @pytest.mark.level(2)
-# @pytest.mark.timeout(30)
-# @pytest.mark.tags(CaseLabel.tags_0331)
+ # todo fix timeout
+ @pytest.mark.level(2)
+ @pytest.mark.timeout(30)
+ @pytest.mark.tags(CaseLabel.tags_0331)
def test_collection_insert_rows_count_multi_threading(self, args, collection):
'''
target: test collection rows_count is correct or not with multi threading