File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
validation-test/SILOptimizer Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 2
2
// RUN: %gyb %s > %t/main.swift
3
3
4
4
// The compiler should finish in less than 2 minutes. To give some slack,
5
- // specify a timeout of 10 minutes.
6
- // If the compiler needs more than 10 minutes, there is probably a real problem.
5
+ // specify a timeout of 12 minutes.
6
+
7
+ // TODO: 75% of compile time is spent in ARCSequenceOpts: rdar://144863155
8
+ // The timeout should be decreased once we can get rid of ARCSequenceOpts
9
+
10
+ // If the compiler needs more than 12 minutes, there is probably a real problem.
7
11
// So please don't just increase the timeout in case this fails.
8
12
9
- // RUN: %{python} %S/../../test/Inputs/timeout.py 600 %target-swift-frontend -O -parse-as-library -sil-verify-none -c %t/main.swift -o %t/main.o
13
+ // RUN: %{python} %S/../../test/Inputs/timeout.py 720 %target-swift-frontend -O -parse-as-library -sil-verify-none -c %t/main.swift -o %t/main.o
10
14
11
15
// REQUIRES: swift_stdlib_no_asserts,optimized_stdlib
12
16
// REQUIRES: long_test
You can’t perform that action at this time.
0 commit comments