Skip to content

Commit 1de78e7

Browse files
eecksteinhamishknight
authored andcommitted
tests: increase timeout of large_nested_array test
It fails on some jobs intermittently rdar://115165160
1 parent 17305da commit 1de78e7

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)