Skip to content

Commit 71c13e8

Browse files
committed
[Test] Increased timeout.
On some slower nodes, the timeout is too low. Since the test just verifies that optimization doesn't run forever, increasing the timeout is consistent with the spirit of the test rdar://105151757
1 parent 3d0906f commit 71c13e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SILOptimizer/closure_specialize_loop.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %{python} %S/../Inputs/timeout.py 10 %target-swift-frontend -O -parse-as-library %s -emit-sil | %FileCheck %s
1+
// RUN: %{python} %S/../Inputs/timeout.py 100 %target-swift-frontend -O -parse-as-library %s -emit-sil | %FileCheck %s
22

33
public func callit() {
44
testit { false }

0 commit comments

Comments
 (0)