Skip to content

Commit d827c6f

Browse files
authored
Merge pull request #81067 from eeckstein/fix-test
tests: increase the timeout for `large_nested_array.swift.gyb`
2 parents 555c6f9 + ec4d40c commit d827c6f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

validation-test/SILOptimizer/large_nested_array.swift.gyb

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
// RUN: %gyb %s > %t/main.swift
33

44
// The compiler should finish in less than 2 minutes. To give some slack,
5-
// specify a timeout of 12 minutes.
5+
// specify a timeout of 20 minutes.
66

77
// TODO: 75% of compile time is spent in ARCSequenceOpts: rdar://144863155
88
// The timeout should be decreased once we can get rid of ARCSequenceOpts
99

10-
// If the compiler needs more than 12 minutes, there is probably a real problem.
10+
// If the compiler needs more than 20 minutes, there is probably a real problem.
1111
// So please don't just increase the timeout in case this fails.
1212

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
13+
// RUN: %{python} %S/../../test/Inputs/timeout.py 1200 %target-swift-frontend -O -parse-as-library -sil-verify-none -c %t/main.swift -o %t/main.o
1414

1515
// REQUIRES: swift_stdlib_no_asserts,optimized_stdlib
1616
// REQUIRES: long_test

0 commit comments

Comments
 (0)