Skip to content

Commit 12f2a34

Browse files
authored
fix: post merge issues (#224)
* update license check header * Update import perf test subprocess timout to 30s
1 parent 7181db3 commit 12f2a34

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/data_designer/lazy_heavy_imports.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
1+
# SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

44
"""

tests/test_import_perf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# Cold starts vary 4-13s due to OS caching, system load, CPU scaling
1111
# Warm cache consistently <3s. Average should be well under 6s.
1212
MAX_IMPORT_TIME_SECONDS = 6.0
13-
PERF_TEST_TIMEOUT_SECONDS = 15.0
13+
PERF_TEST_TIMEOUT_SECONDS = 30.0
1414

1515

1616
def test_import_performance():

0 commit comments

Comments
 (0)