Skip to content

Commit 5e229ea

Browse files
authored
Merge pull request #76219 from eeckstein/fix-test-timeout
tests: reduce the timeout of SILOptimizer/large_nested_array.swift.gyb again
2 parents eee3947 + 6c46d03 commit 5e229ea

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

validation-test/SILOptimizer/large_nested_array.swift.gyb

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
// RUN: %empty-directory(%t)
22
// RUN: %gyb %s > %t/main.swift
33

4-
// The compiler should finish in less than 2 minautes. To give some slack,
5-
// specify a timeout of 4 minutes.
6-
// If the compiler needs more than 5 minutes, there is probably a real problem.
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.
77
// So please don't just increase the timeout in case this fails.
88

9-
// TEMPORARY NOTE: The timeout has been raised to 2400 seconds while we
10-
// investigate timeouts in CI runs of this test. This should be set back to the
11-
// original time of 240 seconds once that's been figured out.
12-
13-
// RUN: %{python} %S/../../test/Inputs/timeout.py 2400 %target-swift-frontend -O -parse-as-library -sil-verify-none -c %t/main.swift -o %t/main.o
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
1410

1511
// REQUIRES: swift_stdlib_no_asserts,optimized_stdlib
1612
// REQUIRES: long_test

0 commit comments

Comments
 (0)