We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46906d4 commit 879d3a8Copy full SHA for 879d3a8
1 file changed
extension/llm/apple/BUCK
@@ -22,8 +22,10 @@ non_fbcode_target(_kind = fb_apple_library,
22
# on iOS-sim CPU regularly exceeds 30 minutes for a full forward pass.
23
test_labels = ["glacial"],
24
# 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.
+ # ExecuTorchLLMTests currently contains 13 XCTestCase methods, and
+ # 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".
29
test_test_rule_timeout_ms = 14400000,
30
test_deps = [
31
":ExecuTorchLLMTestResource",
0 commit comments