Skip to content

Commit 3c050e1

Browse files
Merge pull request #63536 from nate-chandler/rdar105151757
[Test] Increased timeout.
2 parents 1e83799 + 71c13e8 commit 3c050e1

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)