Skip to content

Commit 879d3a8

Browse files
psiddhCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 46906d4 commit 879d3a8

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

  • extension/llm/apple

extension/llm/apple/BUCK

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ non_fbcode_target(_kind = fb_apple_library,
2222
# on iOS-sim CPU regularly exceeds 30 minutes for a full forward pass.
2323
test_labels = ["glacial"],
2424
# Rule-level wall-clock for the whole auto-generated test bundle:
25-
# 5 testcases x ~30min realistic + xctest setup. 4h provides ~1.5x
26-
# headroom over the realistic worst case without being absurd.
25+
# ExecuTorchLLMTests currently contains 13 XCTestCase methods, and
26+
# individual methods can exceed 30 minutes on iOS-sim CPU. This 4h
27+
# budget is intended as the total bundle/shard wall-clock, including
28+
# xctest setup/teardown overhead; it is not based on "5 testcases".
2729
test_test_rule_timeout_ms = 14400000,
2830
test_deps = [
2931
":ExecuTorchLLMTestResource",

0 commit comments

Comments
 (0)