File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
validation-test/SILOptimizer Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
2
2
// The compiler should finish in about 5 seconds. To give some slack,
3
- // specify a timeout of 30 seconds
4
- // If the compiler needs more than 30 seconds, there is probably a real problem.
3
+ // specify a timeout of 60 seconds
4
+ // If the compiler needs more than 60 seconds, there is probably a real problem.
5
5
// So please don't just increase the timeout in case this test fails.
6
6
7
- // RUN: %{python} %S/../../test/Inputs/timeout.py 30 %target-swift-frontend -O -parse-as-library -sil-verify-none -emit-sil %s | %FileCheck %s
7
+ // RUN: %{python} %S/../../test/Inputs/timeout.py 60 %target-swift-frontend -O -parse-as-library -sil-verify-none -emit-sil %s | %FileCheck %s
8
8
9
9
// REQUIRES: swift_stdlib_no_asserts,optimized_stdlib
10
10
// REQUIRES: CPU=arm64 || CPU=x86_64 || CPU=aarch64
You can’t perform that action at this time.
0 commit comments