Skip to content

Commit 01e7b9d

Browse files
authored
Merge pull request #68439 from hamishknight/68427-5.9
2 parents 17305da + 1de78e7 commit 01e7b9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

validation-test/SILOptimizer/large_nested_array.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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

0 commit comments

Comments
 (0)