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 11
22// 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.
55// So please don't just increase the timeout in case this test fails.
66
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
88
99// REQUIRES: swift_stdlib_no_asserts,optimized_stdlib
1010// REQUIRES: CPU=arm64 || CPU=x86_64 || CPU=aarch64
You can’t perform that action at this time.
0 commit comments