Skip to content

Commit

Permalink
Imporve bulk insert test in timeout (#27500)
Browse files Browse the repository at this point in the history
Signed-off-by: yanliang567 <[email protected]>
  • Loading branch information
yanliang567 authored Oct 7, 2023
1 parent 80eb543 commit 0bad7a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/python_client/testcases/test_bulk_insert.py
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ def test_partition_key_on_json_file(self, is_row_based, auto_id, par_key_field):
@pytest.mark.tags(CaseLabel.L3)
@pytest.mark.parametrize("auto_id", [True, False])
@pytest.mark.parametrize("dim", [13])
@pytest.mark.parametrize("entities", [300])
@pytest.mark.parametrize("entities", [150])
@pytest.mark.parametrize("file_nums", [10])
def test_partition_key_on_multi_numpy_files(
self, auto_id, dim, entities, file_nums
Expand Down Expand Up @@ -903,7 +903,7 @@ def test_partition_key_on_multi_numpy_files(
)
task_ids.append(task_id)
success, states = self.utility_wrap.wait_for_bulk_insert_tasks_completed(
task_ids=task_ids, timeout=90
task_ids=task_ids, timeout=120
)
log.info(f"bulk insert state:{success}")

Expand Down

0 comments on commit 0bad7a3

Please sign in to comment.