Skip to content

Commit 8807526

Browse files
authored
Use dummy number
1 parent 265acd1 commit 8807526

File tree

1 file changed

+1
-1
lines changed
  • src/plugins/intel_npu/tests/functional/behavior/compiled_model

1 file changed

+1
-1
lines changed

src/plugins/intel_npu/tests/functional/behavior/compiled_model/property.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ std::vector<std::pair<std::string, ov::Any>> plugin_public_immutable_properties
6565
{ov::optimal_number_of_infer_requests.name(), ov::Any(4)},
6666
{ov::intel_npu::device_alloc_mem_size.name(), ov::Any(2)},
6767
{ov::intel_npu::device_total_mem_size.name(), ov::Any(2)},
68-
{ov::intel_npu::max_tiles.name(), ov::Any(8)}
68+
{ov::intel_npu::max_tiles.name(), ov::Any(9999)}
6969
};
7070

7171
std::vector<std::pair<std::string, ov::Any>> invalid_device_ids = {

0 commit comments

Comments
 (0)